Skip to content

Commit

Permalink
Merge pull request #671 from broadinstitute/kl/current_release
Browse files Browse the repository at this point in the history
Add v4 to genome release constants
  • Loading branch information
klaricch authored Jan 25, 2024
2 parents 89548e7 + f7096dc commit 290a8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gnomad/resources/grch38/gnomad.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
logger.setLevel(logging.INFO)

CURRENT_EXOME_RELEASE = "4.0"
CURRENT_GENOME_RELEASE = "3.1.2"
CURRENT_GENOME_RELEASE = "4.0"

CURRENT_EXOME_COVERAGE_RELEASE = "4.0"
CURRENT_GENOME_COVERAGE_RELEASE = "3.0.1"
Expand All @@ -33,7 +33,7 @@
CURRENT_GENOME_AN_RELEASE = "4.1"

EXOME_RELEASES = ["4.0"]
GENOME_RELEASES = ["3.0", "3.1", "3.1.1", "3.1.2"]
GENOME_RELEASES = ["3.0", "3.1", "3.1.1", "3.1.2", "4.0"]

EXOME_COVERAGE_RELEASES = ["4.0"]
GENOME_COVERAGE_RELEASES = ["3.0", "3.0.1"]
Expand Down

0 comments on commit 290a8d4

Please sign in to comment.