Zymo-Research / aladdin-shotgun

MIT License
0 stars 2 forks source link

Empty samples after host match filtering (sourmash) crash the pipeline #109

Closed zxl124 closed 3 months ago

zxl124 commented 5 months ago

When a sample finishes sourmash steps but only contains matches to the hosts subset, it will have no matches after filtering. This will then cause an error in Qiime. There should be an additional check for this. Samples like that should not be included in the Qiime input. A warning message should be included for these samples.

zxl124 commented 5 months ago

ref #86