From 4918b33bd152e12c86b539e18a90219ede9b7856 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Wed, 11 Sep 2024 14:05:26 +0930 Subject: [PATCH] Enable VCF download again (won't update vg.com until other fix comes through) --- snpdb/views/views.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/snpdb/views/views.py b/snpdb/views/views.py index 2c8789230..31d5cfe13 100644 --- a/snpdb/views/views.py +++ b/snpdb/views/views.py @@ -286,10 +286,6 @@ def view_vcf(request, vcf_id): except ValueError: pass - # TEMPORARILY DISABLED - can_download_annotated_vcf = False - - context = { 'vcf': vcf, 'sample_stats_het_hom_count': sample_stats_het_hom_count,