diff --git a/snpdb/views/views.py b/snpdb/views/views.py index 31d5cfe13..2c8789230 100644 --- a/snpdb/views/views.py +++ b/snpdb/views/views.py @@ -286,6 +286,10 @@ 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,