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:
parent
2aad355fbf
commit
1f1a9ac5f0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue