Skip to content

Commit f3f5b09

Browse files
authored
Merge pull request #882 from nf-core/pdc_java_fix
Fix faulty/non-working uppercase Java to lower case
2 parents 325f459 + 9a0654b commit f3f5b09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pdc_kth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ Slack: [https://nfcore.slack.com/channels/helpdesk-hpc-sweden](https://nfcore.sl
1212
## Getting started
1313

1414
The 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

1717
To pull new singularity images, singularity must be available
1818
(e.g. through the module system) to the nextflow monitoring process,
1919
suggested 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
2727
have 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

3030
No singularity images or nextflow versions are currently preloaded on
3131
dardel, to get started you can e.g. download nextflow through

0 commit comments

Comments
 (0)