Skip to content

Commit

Permalink
Add help text for 'compress' option.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Apr 13, 2021
1 parent cb253ad commit 3400615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meryl/meryl.C
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ main(int argc, char **argv) {
fprintf(stderr, " n=<N> expect N mers in the input (optional; for precise memory sizing).\n");
fprintf(stderr, " memory=M use no more than (about) M GB memory.\n");
fprintf(stderr, " threads=T use no more than T threads.\n");
fprintf(stderr, " compress compress homopolymer runs to a single letter.\n");
fprintf(stderr, "\n");
fprintf(stderr, " less-than N return kmers that occur fewer than N times in the input. accepts exactly one input.\n");
fprintf(stderr, " greater-than N return kmers that occur more than N times in the input. accepts exactly one input.\n");
Expand Down

0 comments on commit 3400615

Please sign in to comment.