Skip to content
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 @@ -21,4 +21,4 @@ module load PyOpenCL/2023.1.4-foss-2023a

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|PyOpenCL/2023.1.4-foss-2023a|-|x|-|x|-|-|-|
|PyOpenCL/2023.1.4-foss-2023a|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ module load PyQtGraph/0.13.7-foss-2023a

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|PyQtGraph/0.13.7-foss-2023a|-|x|-|x|-|x|x|
|PyQtGraph/0.13.7-foss-2023a|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ module load autopep8/2.2.0-foss-2023a

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|autopep8/2.2.0-foss-2023a|-|x|-|x|-|x|x|
|autopep8/2.2.0-foss-2023a|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
hide:
- toc
---

devbio-napari
=============

# Available modules


The overview below shows which devbio-napari installations are available per HPC-UGent Tier-2 cluster, ordered based on software version (new to old).

To start using devbio-napari, load one of these modules using a `module load` command like:

```shell
module load devbio-napari/0.11.0-foss-2023a
```

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

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|devbio-napari/0.11.0-foss-2023a|x|x|x|-|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ module load pocl/4.0-GCC-12.3.0

| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|pocl/4.0-GCC-12.3.0|-|x|x|x|x|-|-|
|pocl/4.0-GCC-12.3.0|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ module load pycodestyle/2.11.1-foss-2023b
| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|pycodestyle/2.11.1-foss-2023b|x|x|x|x|x|x|x|
|pycodestyle/2.11.1-foss-2023a|-|x|-|x|-|x|x|
|pycodestyle/2.11.1-foss-2023a|x|x|x|x|x|x|x|
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ module load versioningit/3.1.2-GCCcore-13.2.0
| |accelgor|doduo|donphan|gallade|joltik|litleo|shinx|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|versioningit/3.1.2-GCCcore-13.2.0|x|x|x|x|x|x|x|
|versioningit/3.1.2-GCCcore-12.3.0|x|x|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: gligar09.gastly.os
altloginhost: gligar10.gastly.os
modules_last_updated: Fri, 05 Sep 2025 at 15:45:59 CEST # This line is automatically updated by scripts/available_modules/available_modules.py
modules_last_updated: Tue, 09 Sep 2025 at 15:46:02 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