hyfi-lookup

Description: Finds the locations of k-mers in a sequence file using a pre-computed index.

Usage: hyfi-lookup [options] <FASTA filename> <index filename>

Input:

> kmer id <space> qid:query id <space> qs:query sequence

Output: A FASTA file with k-mer locations. The sequences are just the input kmers, and for each occurence of each k-mer in the sequence file, the k-mer is reported along with a header line specifying the location as follows:

>sequence id:start-stop:strand <space> query id <space> query sequence
Output is written to standard output.

Options:

Bugs: None reported yet.