Skip to content

Commit

Permalink
README: improved time and memory estimates.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSladky authored Oct 30, 2024
1 parent a3f609f commit 6bdbe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ KmerCamel🐫 implements two different algorithms for computing the superstring:
global greedy and local greedy. Global greedy produces more compact superstrings and therefore is the default option,
but local greedy requires less memory and hence can be more suitable in use cases where memory is the main limitation.

To compute masked superstrings takes about 4-10s / 1M k-mers, which means about 5h to compute masked superstrings for the human genome.
To compute masked superstrings takes about 4-6s / 1M k-mers, which means about 3h to compute masked superstrings for the human genome. The memory consumption on human genome is about 115 GB.

All algorithms can be used to either work in the unidirectional model or in the bidirectional model
(i.e. treat $k$-mer and its reverse complement as the same; in this case either of them appears in the result).
Expand Down

0 comments on commit 6bdbe33

Please sign in to comment.