mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-23 16:49:55 +00:00
Removed mention of specific module versions
This commit is contained in:
parent
b3a6e199ca
commit
b202ad70ac
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ First you need to load relevant softwares: Nextflow and nf-core tools. You can d
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
## Load Nextflow
|
## Load Nextflow
|
||||||
module load nextflow/21.10.5.5658
|
module load nextflow
|
||||||
## Load nf-core tools
|
## Load nf-core tools
|
||||||
module load miniconda
|
module load miniconda
|
||||||
source activate nf-core
|
source activate nf-core
|
||||||
|
@ -47,8 +47,8 @@ Before running a pipeline you will need to load Nextflow and Singularity using t
|
||||||
```bash
|
```bash
|
||||||
## Load Nextflow and Singularity environment modules
|
## Load Nextflow and Singularity environment modules
|
||||||
module purge
|
module purge
|
||||||
module load nextflow/21.10.5.5658
|
module load nextflow
|
||||||
module load singularity/v3.4.0
|
module load singularity
|
||||||
```
|
```
|
||||||
|
|
||||||
>Should we link to Confluence page about new modules? See something about updating modules? etc.
|
>Should we link to Confluence page about new modules? See something about updating modules? etc.
|
||||||
|
|
Loading…
Reference in a new issue