Skip to content

Commit

Permalink
Remove unused VCF_FILE_38 variable from test_annotate_variant.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Dec 13, 2024
1 parent d89f397 commit 4e7dab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functionality/test_annotate_variant.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from click.testing import CliRunner

VCF_FILE = "tests/fixtures/test_vcf_regions.vcf"
VCF_FILE_38 = "tests/fixtures/test_vcf_regions_with_chr.vcf"
EMPTY_VCF_FILE = "tests/fixtures/empty.vcf"
THOUSAND_G_FILE = "tests/fixtures/annotate_variant/small_1000G.vcf.gz"
CADD_FILE = "tests/fixtures/annotate_variant/small_CADD.tsv.gz"
Expand Down

0 comments on commit 4e7dab4

Please sign in to comment.