Skip to content

Commit 23c49c1

Browse files
authored
Bump version (#234)
1 parent 410801f commit 23c49c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## Version 0.4.0 - July 9th, 2020
6+
7+
**Note** gnomAD resources have been moved to a [requester pays bucket](https://cloud.google.com/storage/docs/requester-pays).
8+
Dataproc clusters must be [configured to allow reading from it](https://hail.is/docs/0.2/cloud/google_cloud.html#requester-pays).
9+
510
* Added `VEP_CSQ_HEADER` to generate vep description necessary for VCF export. [(#230)](https://github.com/broadinstitute/gnomad_methods/pull/230)
611
* Modified variant QC pipeline functions `generate_trio_stats` and `generate_sib_stats` to add filter parameter for autosomes and bi-allelic sites [(#223)](https://github.com/broadinstitute/gnomad_methods/pull/223)
712
* `score_bin_agg` now requires additional annotations `ac` and `ac_qc_samples_unrelated_raw` and no longer needs `tdt` [(#223)](https://github.com/broadinstitute/gnomad_methods/pull/223)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="gnomad",
16-
version="0.3.0",
16+
version="0.4.0",
1717
author="The Genome Aggregation Database",
1818
author_email="[email protected]",
1919
description="Hail utilities for the Genome Aggregation Database",

0 commit comments

Comments
 (0)