Skip to content

Commit ab0215b

Browse files
authored
Update main.py default emission initialization
1 parent 3587fe4 commit ab0215b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phlag/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def parse_arguments():
425425
hmm_group.add_argument(
426426
"--emission-initialization",
427427
type=str.lower,
428-
default="inverse",
428+
default="random",
429429
choices=["random", "inverse", "simulation"],
430430
help="""The default state is initialized based on MSC-based simulations.
431431
The alternative state is initialized from inverse, random, or simulation.""",

0 commit comments

Comments
 (0)