1 parent 3587fe4 commit ab0215bCopy full SHA for ab0215b
1 file changed
phlag/main.py
@@ -425,7 +425,7 @@ def parse_arguments():
425
hmm_group.add_argument(
426
"--emission-initialization",
427
type=str.lower,
428
- default="inverse",
+ default="random",
429
choices=["random", "inverse", "simulation"],
430
help="""The default state is initialized based on MSC-based simulations.
431
The alternative state is initialized from inverse, random, or simulation.""",
0 commit comments