mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
Removed sneaky trailing whitespace.
This commit is contained in:
parent
a0d42f5153
commit
3a8e54f153
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ The configuration file supports running nf-core pipelines with Docker containers
|
||||||
nextflow run nf-core/PIPELINE -profile eddie # ...rest of pipeline flags
|
nextflow run nf-core/PIPELINE -profile eddie # ...rest of pipeline flags
|
||||||
```
|
```
|
||||||
|
|
||||||
Before running the pipeline you will need to install Nextflow or load it from the module system. Generally the most recent version will be the one you want.
|
Before running the pipeline you will need to install Nextflow or load it from the module system. Generally the most recent version will be the one you want. If you want to run a Nextflow pipeline that is based on [DSL2](https://www.nextflow.io/docs/latest/dsl2.html), you will need a version that ends with '-edge'.
|
||||||
If you want to run a Nextflow pipeline that is based on [DSL2](https://www.nextflow.io/docs/latest/dsl2.html), you will need a version that ends with '-edge'.
|
|
||||||
|
|
||||||
To list versions:
|
To list versions:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue