File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ Slack: [https://nfcore.slack.com/channels/helpdesk-hpc-sweden](https://nfcore.sl
1212## Getting started
1313
1414The base java installation on dardel is Java 11. By loading the ` PDC `
15- and ` Java ` module, different versions (e.g. 17) are available.
15+ and ` java ` module, different versions (e.g. 17) are available.
1616
1717To pull new singularity images, singularity must be available
1818(e.g. through the module system) to the nextflow monitoring process,
1919suggested preparatory work before launching nextflow is:
2020
2121``` shell
2222
23- module load PDC Java singularity
23+ module load PDC java singularity
2424```
2525
2626(for reproducibility, it may be a good idea to check what versions you
2727have loaded with ` module list ` and using those afterwards, e.g.
28- ` module load PDC/22.06 singularity/3.10.4-cpeGNU-22.06 Java /17.0.4 ` .)
28+ ` module load PDC/22.06 singularity/3.10.4-cpeGNU-22.06 java /17.0.4 ` .)
2929
3030No singularity images or nextflow versions are currently preloaded on
3131dardel, to get started you can e.g. download nextflow through
You can’t perform that action at this time.
0 commit comments