qiime2 / q2-dada2

QIIME 2 plugin wrapping DADA2
BSD 3-Clause "New" or "Revised" License
19 stars 36 forks source link

More filtering parameters #20

Closed benjjneb closed 8 years ago

benjjneb commented 8 years ago

fixes #19

Added the max_ee and truncq filtering parameters to the plugin.

Works for me on my local machine, but as this is the first time I'm changing any python code, could @gregcaporaso or @ebolyen review/merge this?

gregcaporaso commented 8 years ago

I can review this one today.

Sent from my phone, please excuse typos and brevity.

On Oct 26, 2016 12:21 AM, "benjjneb" notifications@github.com wrote:

fixes #19 https://github.com/benjjneb/q2-dada2/issues/19

Added the max_ee and truncq filtering parameters to the plugin.

Works for me on my local machine, but as this is the first time I'm changing any python code, could @gregcaporaso https://github.com/gregcaporaso or @ebolyen https://github.com/ebolyen

review/merge this?

You can view, comment on, or merge this pull request online at:

https://github.com/benjjneb/q2-dada2/pull/20 Commit Summary

  • Added max_ee and truncq parameters
  • Add R/dada2 version reporting in stdout

File Changes

Patch Links:

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/benjjneb/q2-dada2/pull/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AALvdFklfUaZ9m5oi-DaXPrt0mcbXlNOks5q3v9ngaJpZM4Kg1ij .

gregcaporaso commented 8 years ago

Looks good, thanks @benjjneb!