Hello,
Looking at other github issues I see that users have requested positional information in the reference where the k-mer maps. However, I am asking about something different. I would like an output file that gives information about each position in the query.
For every position in the query, I would like to know its corresponding ColorSet. And by "position in the query" I really mean the starting position of every k-mer in the query. A bed file format would be amazing:
seq1 0 5 0
seq1 5 7 1
seq1 7 10 2
This would indicate that the first 5 kmers of seq1 correspond to ColorSet 0, then the next two k-mers correspond to ColorSet 1 and so forth. Basically, I am envisioning an output format for just the lookup command of Fulgor. Does this make sense? I can give more explanation if necessary.
Hello,
Looking at other github issues I see that users have requested positional information in the reference where the k-mer maps. However, I am asking about something different. I would like an output file that gives information about each position in the query.
For every position in the query, I would like to know its corresponding ColorSet. And by "position in the query" I really mean the starting position of every k-mer in the query. A bed file format would be amazing:
This would indicate that the first 5 kmers of seq1 correspond to ColorSet 0, then the next two k-mers correspond to ColorSet 1 and so forth. Basically, I am envisioning an output format for just the lookup command of Fulgor. Does this make sense? I can give more explanation if necessary.