Hi @eric9n, thanks again for your hard work on this tool!
I was trying v0.7.5 on some reads with Ns (or other IUPAC bases, or x as seems to be inserted with --minimum-quality-score) and got a classification string that looked like:
0:6 1236:1 0:1 590:1 0:1 590:2 0:15 91347:1 0:6 91347:1 0:2 |:|
(note this is not truncated via copy/paste and looked like that)
Here are the reads:
R1: CTGTGTTCCGGCTGAAGATCTGATTGAGGCGACATCTGACTGTGGCGCATATGTTATGGTTCACAGCGCGCTGAAACGTCTGGCAGTGAAGATGTCCAAAATCTGTAACGACCTGCGCTTGCTCTCTTCTGGTCCTCGTGCCGGCCTGAAC
R2:
GTTCACTTTGGCTGGCATGATGGAAGAGCCCNNNNGCAGTTCCGGCAGGTTGATNNCNTNCAGGCCGGCACGAGGACCNNNNGNGAGCAANCGCNGGNCGNNANNNATNTTGGACATCTTCACTGCCANNCGTTTCAGCGCGCTGTGAACC
How are ambiguous bases handled? The docs would suggest the output follows Kraken's format and should have an A: for k-mers with ambiguous bases, but that does not seem to be the case here and instead got a blank for the R2 k-mer string. Thanks!
Hi @eric9n, thanks again for your hard work on this tool!
I was trying v0.7.5 on some reads with
Ns (or other IUPAC bases, orxas seems to be inserted with--minimum-quality-score) and got a classification string that looked like:0:6 1236:1 0:1 590:1 0:1 590:2 0:15 91347:1 0:6 91347:1 0:2 |:|(note this is not truncated via copy/paste and looked like that)
Here are the reads:
R1:
CTGTGTTCCGGCTGAAGATCTGATTGAGGCGACATCTGACTGTGGCGCATATGTTATGGTTCACAGCGCGCTGAAACGTCTGGCAGTGAAGATGTCCAAAATCTGTAACGACCTGCGCTTGCTCTCTTCTGGTCCTCGTGCCGGCCTGAACR2:
GTTCACTTTGGCTGGCATGATGGAAGAGCCCNNNNGCAGTTCCGGCAGGTTGATNNCNTNCAGGCCGGCACGAGGACCNNNNGNGAGCAANCGCNGGNCGNNANNNATNTTGGACATCTTCACTGCCANNCGTTTCAGCGCGCTGTGAACCHow are ambiguous bases handled? The docs would suggest the output follows Kraken's format and should have an
A:for k-mers with ambiguous bases, but that does not seem to be the case here and instead got a blank for the R2 k-mer string. Thanks!