File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments