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 e4f2b80 commit fb0f6feCopy full SHA for fb0f6fe
v03_pipeline/lib/reference_datasets/reference_dataset.py
@@ -151,7 +151,7 @@ def get_ht(
151
ht = filter_contigs(ht, reference_genome)
152
for dataset_type in self.dataset_types(reference_genome):
153
validate_allele_type(ht, dataset_type)
154
- validate_no_duplicate_variants(ht, reference_genome, DatasetType.SNV_INDEL)
+ validate_no_duplicate_variants(ht, reference_genome, dataset_type)
155
# NB: we do not filter with "filter" here
156
# ReferenceDatasets are DatasetType agnostic and that
157
# filter is only used at annotation time.
0 commit comments