rki-mf1 / clean

A nextflow pipeline for decontamination of short reads, long reads and contigs
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Provide an option to skip QC steps #89

Closed matthuska closed 1 month ago

matthuska commented 4 months ago

Currently a lot of time is spent running QC (nanoplot, multiqc) on my samples. I'm not interested in this output and I would like to be able to skip these steps and save the time. I think it is debatable whether QC even belongs in clean but that is for the devs to decide.

For now, I would love something like a --skip-qc argument to skip basically everything from the qc.nf module.