bcgsc / biobloom

Create Bloom filters for a given reference and then use it to categorize sequences
http://www.bcgsc.ca/platform/bioinfo/software/biobloomtools
GNU General Public License v3.0
75 stars 15 forks source link

Add into Readme best practices for filter creation using set of reads #16

Closed JustinChu closed 4 years ago

JustinChu commented 7 years ago

Users must set -n to an estimate of cardinality.

The possible option is to use ntCard before to estimate cardinality.

JustinChu commented 4 years ago

related to #50. If ntcard is added to pipeline then this issue would be dealt with as well.