1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-24 17:19:54 +00:00

ISG provide the module, not the pathogen informatics team

This commit is contained in:
Matthieu Muffato 2022-07-20 14:34:25 +01:00
parent 2aad355fbf
commit 1f1a9ac5f0

View file

@ -17,7 +17,7 @@ If asking Nextflow to use Singularity to run the individual jobs,
you should make sure that your account has access to the Singularity binary by adding these lines to your `.bashrc` file
```bash
[[ -f /software/pathogen/farm5 ]] && module load ISG/singularity
[[ -f /software/modules/ISG/singularity ]] && module load ISG/singularity
```
Nextflow shouldn't run directly on the submission node but on a compute node.