FelixKrueger / TrimGalore

A wrapper around Cutadapt and FastQC to consistently apply adapter and quality trimming to FastQ files, with extra functionality for RRBS data
GNU General Public License v3.0
459 stars 149 forks source link

Add new option `--cutadapt_args` to pass on additional params #184

Open FelixKrueger opened 6 months ago

FelixKrueger commented 6 months ago

It seems like a good idea to pass on additional parameters to Cutadapt, e.g. --poly-a. In the current form, this can only be done via the `-a "SEQUENCE --additional_param" workaround, however this has the drawback of by-passing the adapter auto-detection. This sounds like a job for half-term....