Hi Brian,
New week...new question. I'm doing something where I have a bunch of 15-mer segments of several larger sequences and I'd like to match the mers up to two separate references. The references may be as large as two entire mammalian genomes. The fact that bbmap can conveniently and rapidly generate an index on the fly and map reads super fast in 'perfectmode' makes it look like a good tool for this. I'm just wondering if aligning 15-mers with bbmap is reliable or would I be better of making my own program that essentially just hashes all 15-mers from the two references and runs a simple look-up.
New week...new question. I'm doing something where I have a bunch of 15-mer segments of several larger sequences and I'd like to match the mers up to two separate references. The references may be as large as two entire mammalian genomes. The fact that bbmap can conveniently and rapidly generate an index on the fly and map reads super fast in 'perfectmode' makes it look like a good tool for this. I'm just wondering if aligning 15-mers with bbmap is reliable or would I be better of making my own program that essentially just hashes all 15-mers from the two references and runs a simple look-up.
Comment