bokulich-lab / q2-assembly

QIIME 2 plugin for (meta)genome assembly.
BSD 3-Clause "New" or "Revised" License
4 stars 12 forks source link

ENH: add an action to filter `SampleData[Contigs]` #84

Open misialq opened 6 months ago

misialq commented 6 months ago

Is your feature request related to a problem? Please describe. This is related to #49 and it provides a solution to remove sample which do not have any assembled contigs.

Describe the solution you'd like We should add a filter-contigs action which would allow us to do filtering similar to the demux-filter action. We should also include an option to filter out all empty contig files.

misialq commented 4 months ago

This is related to #91.