-
Notifications
You must be signed in to change notification settings - Fork 4
Output formats
Eric T. Dawson edited this page Mar 28, 2018
·
1 revision
rkmh produces relatively simple outputs. Here we'll go through the formats produced by each command.
Both stream and classify produce an eight-column tab-delimited output file. The columns are as follows:
- Read identifier
- Reference match identifer
- Number of matches
- Sketch size (or min(sketch size, reference length))
Columns 5-8 are for flags which warn about potential indicators of poor classifications: 5. Number of kmers below minimum required 6. Number of matches below minimum required 7. The difference (in number of kmers) between the best and second-best matches are less than a user-defined threshold.
The hpv16 command produces a modified version of the stream/classify output.
The output of filter is fasta/fastq, based on which format the input was. Read pairing is ignored.