We are trying to fine-tune the pipeline to analyze samples that were sequenced with the Pico methylseq library prep kit. Especially the methylation consisntency results.
We want to try adding the bismark option for specifying a different library size.
We already tried adding it at the command line as an additional parameter
nextflow run nf-core/methylseq -r 2.6.0 ... --bismark_options "--length 1500"
But it was completely ignored as shown below:
Oct-15 12:45:52.448 [main] WARN nextflow.validation.SchemaValidator - The following invalid input values have been detected:
- –bismark_options: --length 1500
Is there a way to include that parameter?
Thanks in advance for your help.