Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Update Modules [22 September 2024, 11:03] #733

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ The overview below shows which DeepLoc installations are available per HPC-UGent
To start using DeepLoc, load one of these modules using a `module load` command like:

```shell
module load DeepLoc/2.0-foss-2023a
module load DeepLoc/2.0-foss-2023a-CUDA-12.1.1
```

*(This data was automatically generated on {{modules_last_updated}})*

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|DeepLoc/2.0-foss-2023a|-|-|-|-|-|x|-|
|DeepLoc/2.0-foss-2023a-CUDA-12.1.1|x|-|x|-|x|-|-|
|DeepLoc/2.0-foss-2023a|x|x|x|x|x|x|x|
|DeepLoc/2.0-foss-2022b|x|x|x|x|x|-|x|
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The overview below shows which NanoFilt installations are available per HPC-UGen
To start using NanoFilt, load one of these modules using a `module load` command like:

```shell
module load NanoFilt/2.6.0-intel-2019b-Python-3.7.4
module load NanoFilt/2.8.0-foss-2023a
```

*(This data was automatically generated on {{modules_last_updated}})*

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|NanoFilt/2.8.0-foss-2023a|x|x|x|x|x|x|x|
|NanoFilt/2.6.0-intel-2019b-Python-3.7.4|-|x|x|-|x|-|x|
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The overview below shows which decona installations are available per HPC-UGent
To start using decona, load one of these modules using a `module load` command like:

```shell
module load decona/0.1.2-foss-2019b-Python-3.7.4
module load decona/1.4-20240731-foss-2023a
```

*(This data was automatically generated on {{modules_last_updated}})*

| |accelgor|doduo|donphan|gallade|joltik|shinx|skitty|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|decona/1.4-20240731-foss-2023a|x|x|x|x|x|x|x|
|decona/0.1.2-foss-2019b-Python-3.7.4|-|x|x|-|x|-|x|
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ module load qcat/1.1.0-intel-2020a-Python-3.8.2
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|qcat/1.1.0-intel-2020a-Python-3.8.2|-|x|x|-|x|-|x|
|qcat/1.1.0-intel-2019b-Python-3.7.4|-|x|x|-|x|-|x|
|qcat/1.1.0-foss-2023a|x|x|x|x|x|x|x|
|qcat/1.1.0-foss-2019b-Python-3.7.4|-|x|x|-|x|-|x|
2 changes: 1 addition & 1 deletion mkdocs/extra/gent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hpcname: hpcugent
loginnode: login.hpc.ugent.be
loginhost: gligar07.gastly.os
altloginhost: gligar08.gastly.os
modules_last_updated: Sat, 21 Sep 2024 at 11:04:11 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Sun, 22 Sep 2024 at 11:04:19 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
# get these with ssh-keyscan gligar01.ugent.be > file
# ssh-keygen -l -f file
# ssh-keygen -l -f file -E md5
Expand Down
Loading