Skip to content

Commit

Permalink
Enable VCF download again (won't update vg.com until other fix comes …
Browse files Browse the repository at this point in the history
…through)
  • Loading branch information
davmlaw committed Sep 11, 2024
1 parent 19263a7 commit 4918b33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions snpdb/views/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4918b33

Please sign in to comment.