nf-core / methylseq

Methylation (Bisulfite-Sequencing) analysis pipeline using Bismark or bwa-meth + MethylDackel
https://nf-co.re/methylseq
MIT License
137 stars 136 forks source link

Parameters ignore_r1 for methylationextractor not expanded #358

Closed noecochetel closed 10 months ago

noecochetel commented 10 months ago

Description of the bug

When I specify the parameters --ignore_r1 or --ignore_3prime_r1, it triggers an error during the methylation extraction process of bismark. The issue comes from the non expansion of the variables in the modules.config file. It is solved by replacing simple quotes by double quotes in the modules.config file. I am opening a PR in parallel of this bug report with the fix https://github.com/nf-core/methylseq/pull/359

Command used and terminal output

nextflow run nf-core/methylseq -r 2.5.0 -profile test,apptainer --outdir test --ignore_r1 5

Command error:
  .command.sh: line 3: ${params.ignore_r1}: bad substitution

Relevant files

No response

System information