Skip to content

Commit 28961ca

Browse files
authored
Merge pull request #34 from nishill/gc_extrap_change
Add -B for BED input to gc_extrap
2 parents 596c736 + 563083c commit 28961ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preseq.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ gc_extrap(const int argc, const char **argv) {
909909
false, orig_max_terms);
910910
opt_parse.add_opt("verbose", 'v', "print more information",
911911
false, VERBOSE);
912-
opt_parse.add_opt("bed", 'D',
912+
opt_parse.add_opt("bed", 'B',
913913
"input is in bed format without sequence information",
914914
false, NO_SEQUENCE);
915915
opt_parse.add_opt("quick",'Q',

0 commit comments

Comments
 (0)