qiime2 / q2-cutadapt

BSD 3-Clause "New" or "Revised" License
3 stars 18 forks source link

add support for cut-length parameters to trim-* actions #62

Open gregcaporaso opened 1 month ago

gregcaporaso commented 1 month ago

Forum x-ref: https://forum.qiime2.org/t/is-it-possible-to-truncate-trim-right-3-end-without-filtering-by-length/30983/9

lizgehret commented 1 month ago

similar functionality has already been implemented in cutadapt: https://github.com/qiime2/q2-cutadapt/pull/57

gregcaporaso commented 1 month ago

Thanks @lizgehret, I forgot about that one. It looks like that is only on the demux- actions. For this user's use case it would need to be added to the trim- actions as well.