Skip to content

Commit 21da28b

Browse files
committed
1.4.3 release
1 parent c75956d commit 21da28b

File tree

6 files changed

+28
-26
lines changed

6 files changed

+28
-26
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The germline variant annotator (*gvanno*) is a software package intended for ana
1515
*gvanno* accepts query files encoded in the VCF format, and can analyze both SNVs and short InDels. The workflow relies heavily upon [Ensembl’s Variant Effect Predictor (VEP)](http://www.ensembl.org/info/docs/tools/vep/index.html), and [vcfanno](https://github.com/brentp/vcfanno). It produces an annotated VCF file and a file of tab-separated values (.tsv), the latter listing all annotations pr. variant record. Note that if your input VCF contains data (genotypes) from multiple samples (i.e. a multisample VCF), the output TSV file will contain one line/record __per sample variant__.
1616

1717
### News
18+
* August 25th 2021 - **1.4.3 release**
19+
* Data updates: ClinVar, GWAS catalog, CancerMine, UniProt, Open Targets Platform
1820
* May 24th 2021 - **1.4.2 release**
1921
* Software update (VEP 104)
2022
* Data updates: ClinVar, GWAS catalog, CancerMine, Pfam, dbNSFP, UniProt
@@ -32,12 +34,12 @@ The germline variant annotator (*gvanno*) is a software package intended for ana
3234
* [gnomAD](http://gnomad.broadinstitute.org/) - Germline variant frequencies exome-wide (release 2.1, October 2018) - from VEP
3335
* [dbSNP](http://www.ncbi.nlm.nih.gov/SNP/) - Database of short genetic variants (build 154) - from VEP
3436
* [1000 Genomes Project - phase3](ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/) - Germline variant frequencies genome-wide (May 2013) - from VEP
35-
* [ClinVar](http://www.ncbi.nlm.nih.gov/clinvar/) - Database of variants related to human health/disease phenotypes (May 2021)
36-
* [CancerMine](http://bionlp.bcgsc.ca/cancermine/) - literature-mined database of drivers, oncogenes and tumor suppressors in cancer (version 35)
37-
* [Open Targets Platform](https://targetvalidation.org) - Target-disease and target-drug associations (2021_02, February 2021)
38-
* [UniProt/SwissProt KnowledgeBase](http://www.uniprot.org) - Resource on protein sequence and functional information (2021_02, April 2021)
37+
* [ClinVar](http://www.ncbi.nlm.nih.gov/clinvar/) - Database of variants related to human health/disease phenotypes (August 2021)
38+
* [CancerMine](http://bionlp.bcgsc.ca/cancermine/) - literature-mined database of drivers, oncogenes and tumor suppressors in cancer (version 38, August 2021)
39+
* [Open Targets Platform](https://targetvalidation.org) - Target-disease and target-drug associations (2021_06, June 2021)
40+
* [UniProt/SwissProt KnowledgeBase](http://www.uniprot.org) - Resource on protein sequence and functional information (2021_03, June 2021)
3941
* [Pfam](http://pfam.xfam.org) - Database of protein families and domains (v34.0, March 2021)
40-
* [NHGRI-EBI GWAS Catalog](https://www.ebi.ac.uk/gwas/home) - Catalog of published genome-wide association studies (May 19th 2021)
42+
* [NHGRI-EBI GWAS Catalog](https://www.ebi.ac.uk/gwas/home) - Catalog of published genome-wide association studies (August 16th 2021)
4143

4244

4345
### Getting started
@@ -71,17 +73,17 @@ An installation of Python (version >=_3.6_) is required to run *gvanno*. Check t
7173

7274
#### STEP 2: Download *gvanno* and data bundle
7375

74-
1. [Download the latest version](https://github.com/sigven/gvanno/releases/tag/v1.4.2) (gvanno run script, v1.4.2)
76+
1. [Download the latest version](https://github.com/sigven/gvanno/releases/tag/v1.4.3) (gvanno run script, v1.4.3)
7577
2. Download (preferably using `wget`) and unpack the latest assembly-specific data bundle in the gvanno directory
76-
* [grch37 data bundle](http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch37.20210523.tgz) (approx 19Gb)
77-
* [grch38 data bundle](http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch38.20210523.tgz) (approx 20Gb)
78+
* [grch37 data bundle](http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch37.20210825.tgz) (approx 19Gb)
79+
* [grch38 data bundle](http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch38.20210825.tgz) (approx 20Gb)
7880
* Example commands:
79-
* `wget http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch37.20210523.tgz`
81+
* `wget http://insilico.hpc.uio.no/pcgr/gvanno/gvanno.databundle.grch37.20210825.tgz`
8082
* `gzip -dc gvanno.databundle.grch37.YYYYMMDD.tgz | tar xvf -`
8183

82-
A _data/_ folder within the _gvanno-1.4.2_ software folder should now have been produced
83-
3. Pull the [gvanno Docker image (1.4.2)](https://hub.docker.com/r/sigven/gvanno/) from DockerHub (approx 2.4Gb):
84-
* `docker pull sigven/gvanno:1.4.2` (gvanno annotation engine)
84+
A _data/_ folder within the _gvanno-1.4.3_ software folder should now have been produced
85+
3. Pull the [gvanno Docker image (1.4.3)](https://hub.docker.com/r/sigven/gvanno/) from DockerHub (approx 2.2Gb):
86+
* `docker pull sigven/gvanno:1.4.3` (gvanno annotation engine)
8587

8688
#### STEP 3: Input preprocessing
8789

@@ -110,7 +112,7 @@ Run the workflow with **gvanno.py**, which takes the following arguments and opt
110112
--query_vcf QUERY_VCF
111113
VCF input file with germline query variants (SNVs/InDels).
112114
--gvanno_dir GVANNO_DIR
113-
Directory that contains the gvanno data bundle, e.g. ~/gvanno-dev
115+
Directory that contains the gvanno data bundle, e.g. ~/gvanno-1.4.3
114116
--output_dir OUTPUT_DIR
115117
Output directory
116118
--genome_assembly {grch37,grch38}
@@ -146,10 +148,10 @@ Run the workflow with **gvanno.py**, which takes the following arguments and opt
146148

147149
The _examples_ folder contains an example VCF file. Analysis of the example VCF can be performed by the following command:
148150

149-
python ~/gvanno-1.4.2/gvanno.py
150-
--query_vcf ~/gvanno-1.4.2/examples/example.grch37.vcf.gz
151-
--gvanno_dir ~/gvanno-1.4.2
152-
--output_dir ~/gvanno-1.4.2
151+
python ~/gvanno-1.4.3/gvanno.py
152+
--query_vcf ~/gvanno-1.4.3/examples/example.grch37.vcf.gz
153+
--gvanno_dir ~/gvanno-1.4.3
154+
--output_dir ~/gvanno-1.4.3
153155
--sample_id example
154156
--genome_assembly grch37
155157
--container docker

data-raw/RELEASE_NOTES

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
##GVANNO_SOFTWARE_VERSION = 1.4.3
2-
##GVANNO_DB_VERSION = 20210523
2+
##GVANNO_DB_VERSION = 20210825
33
pfam = v34.0 (March 2021)
44
ncER = v1.0 (March 2019)
5-
uniprot = release 2021_02
5+
uniprot = release 2021_03
66
corum = release 3.0 (20180903)
77
onekg = phase 3 (20130502)
88
dbsnp = build 154/153
9-
dbnsfp = v4.2 (March 2021)
9+
dbnsfp = v4.2 (April 2021)
1010
gnomad = r2.1 (October 2018)
11-
gwas = May 2021 (20210519)
12-
clinvar = May 2021 (20210501)
13-
opentargets = 2021_02
11+
gwas = August 2021 (20210816)
12+
clinvar = August 2021 (20210731)
13+
opentargets = 2021_06
1414
gencode = 38/19

gvanno.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import platform
1212
from argparse import RawTextHelpFormatter
1313

14-
GVANNO_VERSION = '1.4.2'
15-
DB_VERSION = 'GVANNO_DB_VERSION = 20210523'
14+
GVANNO_VERSION = '1.4.3'
15+
DB_VERSION = 'GVANNO_DB_VERSION = 20210825'
1616
VEP_VERSION = '104'
1717
GENCODE_VERSION = '38'
1818
VEP_ASSEMBLY = "GRCh38"

src/.DS_Store

0 Bytes
Binary file not shown.

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ENV PERL5LIB $PERL5LIB_TMP
165165
WORKDIR /
166166
ADD loftee_1.0.3.tgz $OPT/src/ensembl-vep/modules
167167
ADD UTRannotator.tgz $OPT/src/ensembl-vep/modules
168-
RUN wget -q "https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/103/NearestExonJB.pm" -O $OPT/src/ensembl-vep/modules/NearestExonJB.pm
168+
RUN wget -q "https://raw.githubusercontent.com/Ensembl/VEP_plugins/release/104/NearestExonJB.pm" -O $OPT/src/ensembl-vep/modules/NearestExonJB.pm
169169

170170

171171
# Final steps

src/gvanno.tgz

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)