1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

cbe: update recommended nextflow version in docs

otherwise, the new anaconda requirements will cause conflicts
This commit is contained in:
phue 2022-02-04 10:21:52 +01:00
parent 52b6f7da21
commit a6dd3aa0f1

View file

@ -9,7 +9,7 @@ Before running the pipeline you will need to load Nextflow using the environment
```bash
## Load Nextflow environment module
module purge
module load nextflow/19.04.0
module load nextflow/21.10.6
```
A local copy of the [AWS-iGenomes](https://registry.opendata.aws/aws-igenomes/) resource has been made available on CBE so you should be able to run the pipeline against any reference available in the `igenomes.config` specific to the nf-core pipeline. You can do this by simply using the `--genome <GENOME_ID>` parameter.