Skip to content

Commit

Permalink
update scaled text
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed May 2, 2022
1 parent a3ec8a6 commit 8a59ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ that you can use with sourmash.

## Types of databases

For each k-mer size, three types of databases may be available: Zipfile (`.zip`), SBT (`.sbt.zip`), and LCA (`.lca.jzon.gz`).
Unless otherwise specified, all databases are built with the default `scaled` value (DNA scaled=1000).
For each k-mer size, three types of databases may be available: Zipfile (`.zip`), SBT (`.sbt.zip`), and LCA (`.lca.jzon.gz`). The Zipfile and SBT databases are built with scaled=1000, and then LCA databases are built with scaled=10,000.
We recommend using the Zipfile databases for `sourmash gather` and the SBT databases for `sourmash search`. You must use the LCA databases for `sourmash lca` operations.

You can read more about the different database and index types [here](https://sourmash.readthedocs.io/en/latest/command-line.html#indexed-databases).
Expand Down

0 comments on commit 8a59ea4

Please sign in to comment.