Zymo-Research / aladdin-shotgun

MIT License
0 stars 2 forks source link

For samples with fewer reads, default sourmash parameters and filter parameters don't work #90

Closed zxl124 closed 3 months ago

zxl124 commented 5 months ago

When samples are small with fewer reads, for example, 100,000 reads, the default sourmash gather threshold of 50,000 bp might be too small to produce any results. It might be better to automatically adjust this threshold based on read depth of sample.

In addition, the filtering code might filter most, if not all sourmash results. The code should turn off the filtering automatically for smaller samples.