Skip to content

Commit

Permalink
Merge pull request #682 from broadinstitute/mw/add_v4_1_to_exome_rele…
Browse files Browse the repository at this point in the history
…ases

Add v4.1 to release globals
  • Loading branch information
mike-w-wilson authored Apr 19, 2024
2 parents 36baf14 + 905913b commit b6d654f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gnomad/resources/grch38/gnomad.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)

CURRENT_EXOME_RELEASE = "4.0"
CURRENT_GENOME_RELEASE = "4.0"
CURRENT_EXOME_RELEASE = "4.1"
CURRENT_GENOME_RELEASE = "4.1"

CURRENT_EXOME_COVERAGE_RELEASE = "4.0"
CURRENT_GENOME_COVERAGE_RELEASE = "3.0.1"

CURRENT_EXOME_AN_RELEASE = "4.1"
CURRENT_GENOME_AN_RELEASE = "4.1"

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

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

0 comments on commit b6d654f

Please sign in to comment.