Closed evanroyrees closed 2 years ago
Running through nf-core launch KwanLab/Autometa and not specifying any changes for max_cpus or max_time.
nf-core launch KwanLab/Autometa
max_cpus
max_time
will use defaults specified in nextflow.config
nextflow.config
https://github.com/KwanLab/Autometa/blob/f00e67de2869d4ac90226e8a15cabbc7c427b7d3/nextflow.config#L106-L108
However, the defaults mentioned to the user do not match:
https://github.com/KwanLab/Autometa/blob/f00e67de2869d4ac90226e8a15cabbc7c427b7d3/nextflow_schema.json#L223-L240
Running through
nf-core launch KwanLab/Autometa
and not specifying any changes formax_cpus
ormax_time
.will use defaults specified in
nextflow.config
https://github.com/KwanLab/Autometa/blob/f00e67de2869d4ac90226e8a15cabbc7c427b7d3/nextflow.config#L106-L108
However, the defaults mentioned to the user do not match:
https://github.com/KwanLab/Autometa/blob/f00e67de2869d4ac90226e8a15cabbc7c427b7d3/nextflow_schema.json#L223-L240