Skip to content

Commit

Permalink
minor, message omitted
Browse files Browse the repository at this point in the history
  • Loading branch information
zwdzwd committed Feb 10, 2018
1 parent 7aeeaca commit 7d370da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/biscuit.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.3.2.20180209"
#define PACKAGE_VERSION "0.3.3.20180211"

#endif
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static int usage()
fprintf(stderr, " markdup mark duplicates on the same bisulfite strand\n");
fprintf(stderr, " bsstrand validate/correct bisulfite conversion strand label (YD tag)\n");
fprintf(stderr, " bsconv summarize/filter reads by bisulfite conversion (ZN tag)\n");
fprintf(stderr, " cinread print cytosine-read pair in the long form.\n");
fprintf(stderr, " cinread print cytosine-read pair in a long form.\n");
fprintf(stderr, "\n -- Base summary\n");
fprintf(stderr, " pileup pileup cytosine and mutations.\n");
fprintf(stderr, " vcf2bed convert VCF to bed graph.\n");
Expand Down

0 comments on commit 7d370da

Please sign in to comment.