You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ KmerCamel🐫 implements two different algorithms for computing the superstring:
41
41
global greedy and local greedy. Global greedy produces more compact superstrings and therefore is the default option,
42
42
but local greedy requires less memory and hence can be more suitable in use cases where memory is the main limitation.
43
43
44
-
To compute masked superstrings takes about 4-10s / 1M k-mers, which means about 5h to compute masked superstrings for the human genome.
44
+
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.
45
45
46
46
All algorithms can be used to either work in the unidirectional model or in the bidirectional model
47
47
(i.e. treat $k$-mer and its reverse complement as the same; in this case either of them appears in the result).
0 commit comments