We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9116438 + 6e5b0a3 commit f577ad1Copy full SHA for f577ad1
1 file changed
main.nf
@@ -119,7 +119,7 @@ def helpMessage() {
119
-name Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
120
--max_memory Memory limit for each step of pipeline. Should be in form e.g. --max_memory '8.GB'
121
--max_time Time limit for each step of the pipeline. Should be in form e.g. --max_memory '2.h'
122
- --max_cpus Maximum number of CPUs to use for each step of the pipleine. Should be in form e.g. --max_cpus 1
+ --max_cpus Maximum number of CPUs to use for each step of the pipeline. Should be in form e.g. --max_cpus 1
123
124
For a full list and more information of available parameters, consider the documentation (https://github.com/nf-core/eager/).
125
0 commit comments