Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalin Nonchev committed Apr 14, 2020
1 parent d73a755 commit 92beeb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/extractors/test_vcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def test_MultiSampleVCF_query_variants(multi_sample_vcf):
assert variants[2].alt == 'G'
assert variants[4].alt == ''

msvcf = MultiSampleVCF(test_with_multiple_variants)
vq = msvcf.query_variants([Interval('chr1', 11, 14)])
variants = list(vq)

Expand Down

0 comments on commit 92beeb7

Please sign in to comment.