Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Finding list of parameters available
For the nf-core pipelines, the tools implemented and the range of parameters available are generally described in the Usage section. Some of the parameters will be required, others optional.
...
All the parameters available will also be listed under the Parameters section:
...
Exercise 1
Using the usage and parameters sections, search how many aligner options are available for the nf-core rnaseq pipeline version 3.14.0 .
Expand | ||
---|---|---|
| ||
There are 3 aligner algorithms available: 'star_salmon', 'star_rsem' and 'hisat2'. |
Specifying parameters on the command line
Parameters are generally specified on the CLI (i.e. command line interface).
...