Skip to content

Commit

Permalink
Disable annotated VCF download
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Sep 11, 2024
1 parent 4f1b367 commit 19263a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snpdb/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19263a7

Please sign in to comment.