qiime2 / q2-cutadapt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose --m (min output read length) parameter

thermokarst opened this issue · comments

For now reads that don't pass this filter will have to be written to /dev/null, since we haven't squared away the nullable outputs situation brought up in #10. In the meantime, the methods can use a Range to enforce a minimum read length of 1, which will prevent FastqGzFormat validation issues.


This recently came up on the forum:

Hi thermokarst,
Please can you explain the use of Range in the qiime cutadapt demuxed -paired command? (QIIME2 2018)
I also have the problem with the FastqGzFormat recognition.
Please HELP!!

Hi there @edisagarcia, sorry to hear things aren't going well. Can you ask for help over at https://forum.qiime2.org? That is where we provide general user support for QIIME 2. Thanks!

Whoops! Forgot to implement this for demux_single and demux_paired. @Oddant1, you up for taking that on? You can take the work that was done in #28 and apply it to the two demux methods. If you're up for it, let's chat Tuesday or Wednesday. Thanks!

@thermokarst that sounds great, I'm looking over it right now.