We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0cd3a commit f33603bCopy full SHA for f33603b
tests/test_vcf_utils.py
@@ -77,7 +77,7 @@ def test_partition_into_one_part(self, index_file, expected):
77
("sample.vcf.gz.tbi", 3, 9),
78
("sample.bcf.csi", 3, 9),
79
("sample_no_genotypes.vcf.gz.csi", 3, 9),
80
- ("CEUTrio.20.21.gatk3.4.g.vcf.bgz.tbi", 18, 19910),
+ ("CEUTrio.20.21.gatk3.4.g.vcf.bgz.tbi", 17, 19910),
81
("CEUTrio.20.21.gatk3.4.g.bcf.csi", 3, 19910),
82
("1kg_2020_chrM.vcf.gz.tbi", 1, 23),
83
("1kg_2020_chrM.vcf.gz.csi", 1, 23),
0 commit comments