Skip to content

Commit

Permalink
Freebayes minimum version must be 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Sep 2, 2024
1 parent 01195fc commit 930b243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requirements:
- cogent3
- biom-format
- py-bgzip
- freebayes >=1.2
- freebayes >=1.3.6
test:
commands:
- meteor -h
Expand Down
2 changes: 1 addition & 1 deletion meteor/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Component:
"""Set of important constant for meteor"""

MIN_BOWTIE2_VERSION: ClassVar[Version] = Version("2.3.5")
MIN_FREEBAYES_VERSION: ClassVar[Version] = Version("1.2")
MIN_FREEBAYES_VERSION: ClassVar[Version] = Version("1.3.6")
DEFAULT_GAP_CHAR: ClassVar[str] = "N"
DEFAULT_CORE_SIZE: ClassVar[int] = 100

Expand Down

0 comments on commit 930b243

Please sign in to comment.