Skip to content

Commit

Permalink
remove unused callers from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwini06 committed Apr 26, 2022
1 parent 4ee0ff8 commit 0f3cc8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,11 +600,9 @@ def sample_config():
"vardict": {"mutation": "somatic", "type": "SNV"},
"mutect": {"mutation": "somatic", "type": "SNV"},
"tnscope": {"mutation": "somatic", "type": "SNV"},
"tnsnv": {"mutation": "somatic", "type": "SNV"},
"tnhaplotyper": {"mutation": "somatic", "type": "SNV"},
"dnascope": {"mutation": "germline", "type": "SNV"},
"manta_germline": {"mutation": "germline", "type": "SV"},
"haplotypecaller": {"mutation": "germline", "type": "SNV"},
},
"samples": {
"S1_R": {
Expand Down
24 changes: 0 additions & 24 deletions tests/test_data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,36 +24,12 @@
"merged": "manta_germline.vcf.gz",
"type": "SV"
},
"strelka_germline": {
"default": ["variants.vcf.gz", "germline.S1.vcf.gz"],
"mutation": "germline",
"merged": "strelka_germline.vcf.gz",
"type": "SNV"
},
"strelka": {
"default": ["somatic.snvs.vcf.gz", "somatic.indels.vcf.gz"],
"mutation": "somatic",
"merged": "strelka.vcf.gz",
"type": "SNV"
},
"mutect": {
"default": "mutect.vcf.gz",
"mutation": "somatic",
"merged": "mutect.vcf.gz",
"type": "SNV"
},
"freebayes": {
"default": "freebayes.vcf.gz",
"mutation": "germline",
"merged": "freebayes.vcf.gz",
"type": "SNV"
},
"haplotypecaller": {
"default": "haplotypecaller.vcf.gz",
"mutation": "germline",
"merged": "haplotypecaller.vcf.gz",
"type": "SNV"
},
"vardict": {
"default": "vardict.vcf.gz",
"mutation": "somatic",
Expand Down

0 comments on commit 0f3cc8e

Please sign in to comment.