Skip to content

Commit 6b3fdcb

Browse files
committed
help update
1 parent 1b7faf1 commit 6b3fdcb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adrsm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ def _get_args():
4545
'-p',
4646
dest="geom_p",
4747
default=0.5,
48-
help="Geometric distribution parameter for deamination")
48+
help="Geometric distribution parameter for deamination. Default = 0.5")
4949
parser.add_argument(
5050
'-m',
5151
dest="min",
5252
default=0.001,
53-
help="Deamination substitution base frequency.")
53+
help="Deamination substitution base frequency. Default = 0.001")
5454
parser.add_argument(
5555
'-M',
5656
dest="max",
5757
default=0.3,
58-
help="Deamination substitution max frequency.")
58+
help="Deamination substitution max frequency. Default = 0.3")
5959
parser.add_argument(
6060
'-o',
6161
dest="output",

0 commit comments

Comments
 (0)