1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Removed mention of specific module versions

This commit is contained in:
Gwenna Breton 2022-07-06 11:16:38 +02:00 committed by GitHub
parent b3a6e199ca
commit b202ad70ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ First you need to load relevant softwares: Nextflow and nf-core tools. You can d
```bash
## Load Nextflow
module load nextflow/21.10.5.5658
module load nextflow
## Load nf-core tools
module load miniconda
source activate nf-core
@ -47,8 +47,8 @@ Before running a pipeline you will need to load Nextflow and Singularity using t
```bash
## Load Nextflow and Singularity environment modules
module purge
module load nextflow/21.10.5.5658
module load singularity/v3.4.0
module load nextflow
module load singularity
```
>Should we link to Confluence page about new modules? See something about updating modules? etc.