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
@@ -282,7 +282,7 @@ hash mode configuration:
282
282
About `--merge-abundance-min <VALUE>`:
283
283
* VALUE is INT: one threshold for all samples.
284
284
* VALUE is STR: a file with one threshold per sample (one per line).
285
-
* VALUE is FLOAT: compute one specific threshold T per sample such that the number of k-mers occurring T times is smaller than $\lceil{VALUE*total\_nb\_kmers}\rceil$.
285
+
* VALUE is FLOAT: compute one specific threshold T per sample such that the number of k-mers occurring T times is smaller than VALUE x nb_kmers.
0 commit comments