Skip to content

Commit d90ad37

Browse files
committed
added back query report in README for reference
1 parent 40e020c commit d90ad37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,14 @@ and the one just built (Example 3, canonical).
219219

220220
./sshash query -i salmonella_100.canon.index -q ../data/queries/SRR5833294.10K.fastq.gz
221221

222+
Both queries should originate the following report (reported here for reference):
223+
224+
==== query report:
225+
num_kmers = 460000
226+
num_positive_kmers = 46 (0.01%)
227+
num_searches = 42/46 (91.3043%)
228+
num_extensions = 4/46 (8.69565%)
229+
222230
The canonical dictionary can be twice as fast as the regular dictionary
223231
for low-hit workloads, even on this tiny example, for only +0.4 bits/k-mer.
224232

0 commit comments

Comments
 (0)