Skip to content

Feature Request: output color set id for each positive kmer in query #64

@tbenavi1

Description

@tbenavi1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions