Tools that output positions of matching kmers
0
0
Entering edit mode
3 months ago
gil.hornung ▴ 100

Hello community!

I am trying to find a tool that takes sequencing reads as input and a genome. The tools breaks the reads into kmers and outputs the positions of the kmers within the genome for each read. As this is a standard step in almost every aligner I'm hoping I can find some tool that does it without having to write it by myself.

sequences genomics kmers • 572 views
ADD COMMENT
0
Entering edit mode

As this is a standard step in almost every aligner

But it is an intermediate step that most users are not interested in and it is used as a seed for initial matches. While someone else may know of a tool that does what you want, you could create a new read with each k-mer and have the aligner output the CIGAR match for those fake reads,

Curious as to why you want to do this?

ADD REPLY
0
Entering edit mode

Thanks, I thought there is a simpler and quicker option...

ADD REPLY

Login before adding your answer.

Traffic: 4710 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6