Closed Colelyman closed 5 years ago
stdout is the actual 'output' of the query. The output is of the format (*< KMER> <# of matches>) followed by a line separated list of all the individual hits. This format is consistent with the SBT and should be described in the manual.
The stderr are some debug statements indicating how many kmers were found previously (prematch) and how many kmers have been proven to not exist [in order] (Tail Index) - which version of SSBT are you using?
Thanks @Bradsol! I am using the current version on master.
Is there any documentation that explains what the output of the
query
subcommand means? For example, I have built thebt
structure for the human genome and I supply thequery
subcommand with a path to a file where there are kmers (the same length for which thebt
was built) and theFor each kmer I get the following printed to stderr:
and printed to stdout:
Any help interpreting this output would be greatly appreciated.
Thank you, Cole