Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def helpMessage() {
-name Name for the pipeline run. If not specified, Nextflow will automatically generate a random mnemonic.
--max_memory Memory limit for each step of pipeline. Should be in form e.g. --max_memory '8.GB'
--max_time Time limit for each step of the pipeline. Should be in form e.g. --max_memory '2.h'
--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

For a full list and more information of available parameters, consider the documentation (https://github.com/nf-core/eager/).

Expand Down