Skip to content

Commit

Permalink
Set coverage to best parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 20, 2024
1 parent 62c681d commit 920b04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/strain.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Strain(Session):
MIN_MIN_MSP_COVERAGE: ClassVar[int] = 1
MAX_MIN_MSP_COVERAGE: ClassVar[int] = 100
DEFAULT_MIN_MSP_COVERAGE: ClassVar[int] = 50
DEFAULT_MIN_GENE_COVERAGE: ClassVar[float] = 0.8
DEFAULT_MIN_GENE_COVERAGE: ClassVar[float] = 0.5
DEFAULT_NUM_THREADS: ClassVar[int] = 1
DEFAULT_MIN_DEPTH: ClassVar[int] = 3
MIN_DEPTH: ClassVar[int] = 1
Expand Down

0 comments on commit 920b04f

Please sign in to comment.