Description of feature
nf_core/utils.py fetches the pipeline's configuration with nextflow config -flat which returns all options as key = value. Values that are not simple strings/numbers, like manifest.contributors, need extra parsing.
It'd be much more straightforward to do nextflow config -o json
Description of feature
nf_core/utils.pyfetches the pipeline's configuration withnextflow config -flatwhich returns all options askey = value. Values that are not simple strings/numbers, likemanifest.contributors, need extra parsing.It'd be much more straightforward to do
nextflow config -o json