Skip to content

Commit

Permalink
Update nv_input.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cytham authored Jan 12, 2020
1 parent 5a1ab5f commit ff047dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanovar/nv_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def restrict_float(f):
own BED file. [None]")

parser.add_argument("-c", "--mincov", type=int,
default=1,
help="minimum number of reads required to call a breakend [1]")
default=2,
help="minimum number of reads required to call a breakend [2]")

parser.add_argument("-l", "--minlen", type=int,
default=25,
Expand Down

0 comments on commit ff047dc

Please sign in to comment.