Skip to content

Commit

Permalink
Merge pull request #34 from nishill/gc_extrap_change
Browse files Browse the repository at this point in the history
Add -B for BED input to gc_extrap
  • Loading branch information
timydaley committed Mar 12, 2018
2 parents 596c736 + 563083c commit 28961ca
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 28961ca

Please sign in to comment.