Skip to content

Commit

Permalink
Fix displayed usage for -ins_length* parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
drpowell committed May 30, 2012
1 parent 3cff3a5 commit 2ade8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run2.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static void printUsage()
puts("\t\t(default: no removal)");
puts("");
puts("Advanced options:");
puts("\t-ins_length2 <integer>\t\t: expected distance between two paired-end reads in the second short-read dataset (default: no read pairing)");
puts("\t-ins_length* <integer>\t\t: expected distance between two paired-end reads in the respective short-read dataset (default: no read pairing)");
puts("\t-ins_length_long <integer>\t: expected distance between two long paired-end reads (default: no read pairing)");
puts("\t-ins_length*_sd <integer>\t: est. standard deviation of respective dataset (default: 10% of corresponding length)");
puts("\t\t[replace '*' by nothing, '2' or '_long' as necessary]");
Expand Down

0 comments on commit 2ade8d5

Please sign in to comment.