Skip to content

Commit

Permalink
Update seqtk.c
Browse files Browse the repository at this point in the history
updated to the version string to: 1.0-r68e-dirty
  • Loading branch information
ndaniel committed Oct 6, 2014
1 parent f07d0c9 commit 7a34621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ static int usage()
{
fprintf(stderr, "\n");
fprintf(stderr, "Usage: seqtk <command> <arguments>\n");
fprintf(stderr, "Version: 1.0-r68b-dirty\n\n");
fprintf(stderr, "Version: 1.0-r68e-dirty\n\n");
fprintf(stderr, "Command: seq common transformation of FASTA/Q\n");
fprintf(stderr, " comp get the nucleotide composition of FASTA/Q\n");
fprintf(stderr, " sample subsample sequences\n");
Expand Down

0 comments on commit 7a34621

Please sign in to comment.