From dd01971421ec7a6da1e151bca525a6ee220b9b05 Mon Sep 17 00:00:00 2001 From: "N. Tessa Pierce-Ward" Date: Tue, 5 Sep 2023 14:12:31 -0700 Subject: [PATCH] better wording --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 285bcdd3..c5a916f6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -150,7 +150,7 @@ Each command does things slightly differently, with implications for CPU and dis (The below info is for fromfile lists. If you are using mastiff indexes, very different performance parameters apply. We will update here as we benchmark and improve!) -`manysketch` loads one fasta file from disk per thread and sketches it into all signatures types simultaneously. +`manysketch` loads one fasta file from disk per thread and sketches it using all signature params simultaneously. `manysearch` loads all the queries at the beginning, and then loads one database sketch from disk per thread. The compute-per-database-sketch is dominated by I/O. So your number of threads should be chosen with care for disk load. We typically limit it to `-c 32` for shared disks.