Skip to content

Commit

Permalink
Remove redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Jul 20, 2017
1 parent 588adaa commit 6b7ae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/covernant
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ def main():
" Default is 1.")
ratio_plot_parser.add_argument(
"--factor_numerator", type=float, default=None,
help="A factor the numerator values are are multiplied with.")
help="A factor the numerator values are multiplied with.")
ratio_plot_parser.add_argument(
"--factor_denominator", type=float, default=None,
help="A factor the denominator values are are multiplied with.")
help="A factor the denominator values are multiplied with.")
ratio_plot_parser.add_argument(
"--keep_zero_coverage", default=False, action="store_true",
help="Also write coordinates that have a coverage of 0. "
Expand Down

0 comments on commit 6b7ae6c

Please sign in to comment.