Skip to content

Commit

Permalink
first commit to gc_extrap_change
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Hill committed Mar 12, 2018
1 parent 596c736 commit 563083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ gc_extrap(const int argc, const char **argv) {
false, orig_max_terms);
opt_parse.add_opt("verbose", 'v', "print more information",
false, VERBOSE);
opt_parse.add_opt("bed", 'D',
opt_parse.add_opt("bed", 'B',
"input is in bed format without sequence information",
false, NO_SEQUENCE);
opt_parse.add_opt("quick",'Q',
Expand Down

0 comments on commit 563083c

Please sign in to comment.