nf-core / hic

Analysis of Chromosome Conformation Capture data (Hi-C)
https://nf-co.re/hic
MIT License
90 stars 54 forks source link

Validation of pipeline parameters fails for --skip_compartments #139

Closed ViHammer closed 1 year ago

ViHammer commented 1 year ago

nf-core/hic bug report

Description of the bug

--skip_compartments flag fails parameter validation. Should be type boolean but is defined as String in `nextflow_schema.json'.

Steps to reproduce

Steps to reproduce the behaviour:

  1. Run pipeline with the --skip_compartments flag
ViHammer commented 1 year ago

Bug already reported in #125