Closed angrybee closed 4 years ago
Hey @angrybee! Let us know when this is ready for review, I may take a quick pass shortly, but in any case, thanks for contributing!
Hi @ebolyen ! I think you can do a first review. Functionality, basic visualization of the data, and unit tests are implemented and working.
Thank you @thermokarst for the review and input. I added some questions and comments :)
Thanks @angrybee! Sorry this took so long on our end, but it is being merged now, and will be released in the upcoming 2020.5 release of QIIME 2. Thanks!
This branch adds the vsearch functions fastq_stats, fastq_eestats and fastq_eestats2 to the plugin.
Input are single- or paired-end fastq files. Stats are from all forward/reverse reads over all samples. The two new functions additional use the system command zcat and support multiprocessing. The output is a visualization which offers the different files for download. Data are also implemented as iframe or html table.
Missing: The unit tests. Manual diff with vsearch output was okay.