You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ The germline variant annotator (*gvanno*) is a software package intended for ana
15
15
*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__.
16
16
17
17
### News
18
+
* August 25th 2021 - **1.4.3 release**
19
+
* Data updates: ClinVar, GWAS catalog, CancerMine, UniProt, Open Targets Platform
18
20
* May 24th 2021 - **1.4.2 release**
19
21
* Software update (VEP 104)
20
22
* 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
32
34
*[gnomAD](http://gnomad.broadinstitute.org/) - Germline variant frequencies exome-wide (release 2.1, October 2018) - from VEP
33
35
*[dbSNP](http://www.ncbi.nlm.nih.gov/SNP/) - Database of short genetic variants (build 154) - from VEP
*[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)
39
41
*[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)
41
43
42
44
43
45
### Getting started
@@ -71,17 +73,17 @@ An installation of Python (version >=_3.6_) is required to run *gvanno*. Check t
71
73
72
74
#### STEP 2: Download *gvanno* and data bundle
73
75
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)
75
77
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)
0 commit comments