Open KevinSayers opened 1 month ago
The --write-config should include the process block for a Nextflow config.
--write-config
process
Current output:
withName: test { cpus = 2 }
Should be:
process { withName: test { cpus = 2 } }
The
--write-config
should include theprocess
block for a Nextflow config.Current output:
Should be: