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