You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help_text": "This enables the option Cutadapt `--nextseq-trim=3'CUTOFF` option via Trim Galore, which will set a quality cutoff (that is normally given with -q instead), but qualities of G bases are ignored. This trimming is in common for the NextSeq- and NovaSeq-platforms, where basecalls without any signal are called as high-quality G bases.",
The parameter documentation
chipseq/nextflow_schema.json
Line 210 in 76e2382
and the cutadapt docs
https://cutadapt.readthedocs.io/en/stable/guide.html#nextseq-trim
seem to say that the cutadapt parameter is
nextseq-trim
. But the conf file sets it to justnextseq
https://github.com/nf-core/chipseq/blob/76e2382b6d443db4dc2396e6831d1243256d80b0/conf/modules.config#L138C50-L138C57
I think that should read:
rather than
The text was updated successfully, but these errors were encountered: