Skip to content

Commit fd1e1bb

Browse files
Mike LeeMike Lee
authored andcommitted
help menu adj
1 parent 7d5fd5e commit fd1e1bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

bit/cli/gen_reads.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ def main():
7272
proportion for each input with the total summing to one). If not provided, \
7373
equal proportions are assumed.",
7474
)
75-
optional.add_argument(
76-
"-s",
77-
"--seed",
78-
metavar="<INT>",
79-
help="Set the random seed if wanting control over the random number generator (default: None)",
80-
type=int,
81-
default=None,
82-
)
8375
optional.add_argument(
8476
"--circularize",
8577
help="Treat input contigs as circular and allow fragments that span the end-to-start \
@@ -88,6 +80,14 @@ def main():
8880
action="store_true",
8981
default=False,
9082
)
83+
optional.add_argument(
84+
"-s",
85+
"--seed",
86+
metavar="<INT>",
87+
help="Set the random seed if wanting control over the random number generator (default: None)",
88+
type=int,
89+
default=None,
90+
)
9191
add_help(optional)
9292

9393

0 commit comments

Comments
 (0)