hyfi-fetch

Description: Retrieve sequences from a sequence file by position.

Usage: hyfi-fetch [options] <FASTA file> <sequence file>

Input:

> seq id:start-stop:strand <space> qid:query id <space> qs:query sequence

Output: A FASTA file with every window containing each input kmer. In addition to the sequence embedding the k-mers, the sequence headers are identical to the input headers, except that the location of the sequence is modified to reflect the new starting position. All output is written to standard output.

Options:

Bugs: The FASTA sequence file can only have one sequence entry.