cio-abcd / variantinterpretation

Collaborative Interpretation-Pipeline workflow based on nf-core pipeline structure
MIT License
7 stars 1 forks source link

Always use comma-separated fields to specify multiple values in parameters #39

Open sci-kai opened 6 months ago

sci-kai commented 6 months ago

Description of feature

Several parameter in nextflow.config allow multiple values to be specified as space-separated, e.g. the parameters used_filters, format_fields and info_fields as well as arguments in the create_vembrane_fields.py script. This should be adjusted and unified to always use comma-separated fields for specifying multiple values in parameters to make configuration and documentation easier.