diff --git a/annotation/templates/annotation/annotation_detail.html b/annotation/templates/annotation/annotation_detail.html index 0cc29c6d8..7373703f7 100644 --- a/annotation/templates/annotation/annotation_detail.html +++ b/annotation/templates/annotation/annotation_detail.html @@ -249,10 +249,13 @@
RefSeq GRCh38
{% comment %} I asked dbNSFP guy to host just the genes gz on their site, so check maybe it's up and we can remove our own hosting of it {% endcomment %} - Download dbNSFP4.3_gene.complete.gz (43Mb) - hosted on variantgrid.com + Download dbNSFP4.5_gene.complete.gz (43Mb) - hosted on variantgrid.com This is just the gene data extracted from the dbNSFP release. - {{ python_command }} manage.py import_dbnsfp_gene_annotation --dbnsfp-version=4.3 dbNSFP4.3_gene.complete.gz + + wget http://variantgrid.com/download/dbNSFP4.5_gene.complete.gz + {{ python_command }} manage.py import_dbnsfp_gene_annotation --dbnsfp-version=4.5 dbNSFP4.5_gene.complete.gz + {% endinstall-instructions %} {% endlabelled %}