Skip to content

Commit 290a8d4

Browse files
authored
Merge pull request #671 from broadinstitute/kl/current_release
Add v4 to genome release constants
2 parents 89548e7 + f7096dc commit 290a8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gnomad/resources/grch38/gnomad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
logger.setLevel(logging.INFO)
2525

2626
CURRENT_EXOME_RELEASE = "4.0"
27-
CURRENT_GENOME_RELEASE = "3.1.2"
27+
CURRENT_GENOME_RELEASE = "4.0"
2828

2929
CURRENT_EXOME_COVERAGE_RELEASE = "4.0"
3030
CURRENT_GENOME_COVERAGE_RELEASE = "3.0.1"
@@ -33,7 +33,7 @@
3333
CURRENT_GENOME_AN_RELEASE = "4.1"
3434

3535
EXOME_RELEASES = ["4.0"]
36-
GENOME_RELEASES = ["3.0", "3.1", "3.1.1", "3.1.2"]
36+
GENOME_RELEASES = ["3.0", "3.1", "3.1.1", "3.1.2", "4.0"]
3737

3838
EXOME_COVERAGE_RELEASES = ["4.0"]
3939
GENOME_COVERAGE_RELEASES = ["3.0", "3.0.1"]

0 commit comments

Comments
 (0)