Skip to content

Commit e0f433a

Browse files
authored
Add resource for v3.1.1 release (#364)
1 parent dec7b77 commit e0f433a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
* Fixed available versions for gnomAD v2 `coverage` and `liftover` resources [(#352)](https://github.com/broadinstitute/gnomad_methods/pull/352)
3939
* Removed side effect of accessing gnomAD v2 `coverage` and `liftover` exome resources that would edit available versions for other resources [(#352)](https://github.com/broadinstitute/gnomad_methods/pull/352)
4040
* Use `overwrite` argument for importing a BlockMatrixResource [(#342)](https://github.com/broadinstitute/gnomad_methods/pull/342)
41+
* Add resource for v3.1.1 release [(#364)](https://github.com/broadinstitute/gnomad_methods/pull/364)
4142

4243
## Version 0.4.0 - July 9th, 2020
4344

gnomad/resources/grch38/gnomad.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
from typing import Optional
99

1010
CURRENT_EXOME_RELEASE = ""
11-
CURRENT_GENOME_RELEASE = "3.1"
11+
CURRENT_GENOME_RELEASE = "3.1.1"
1212
CURRENT_GENOME_COVERAGE_RELEASE = "3.0.1"
1313
EXOME_RELEASES = []
14-
GENOME_RELEASES = ["3.0", "3.1"]
14+
GENOME_RELEASES = ["3.0", "3.1", "3.1.1"]
1515
GENOME_COVERAGE_RELEASES = GENOME_RELEASES + ["3.0.1"]
1616
DATA_TYPES = ["genomes"]
1717

0 commit comments

Comments
 (0)