Skip to content

Commit bf43f7e

Browse files
committed
clean up
1 parent c7378c8 commit bf43f7e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

cg_hermes/config/balsamic.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
# CNV report
538538
frozenset(RAW_TAGS["report.pdf"]): {
539539
"tags": ["cnv-report"],
540-
"is_mandatory": False,
540+
"is_mandatory": True,
541541
"used_by": ["deliver", "scout"],
542542
},
543543
frozenset(RAW_TAGS["report.html"]): {
@@ -635,7 +635,6 @@
635635
frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz"]): {"is_mandatory": True},
636636
frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True},
637637
# CNVs (WGS)
638-
frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True},
639638
frozenset(RAW_TAGS["tumor.vcf2cytosure.cgh"]): {"is_mandatory": True},
640639
frozenset(RAW_TAGS["cnvpytor.circular.png"]): {"is_mandatory": True},
641640
frozenset(RAW_TAGS["cnvpytor.scatter.png"]): {"is_mandatory": True},
@@ -667,7 +666,6 @@
667666
frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz"]): {"is_mandatory": True},
668667
frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True},
669668
# CNVs (WGS)
670-
frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True},
671669
frozenset(RAW_TAGS["ascat.copynumber.txt.gz"]): {"is_mandatory": True},
672670
frozenset(RAW_TAGS["tumor.vcf2cytosure.cgh"]): {"is_mandatory": True},
673671
frozenset(RAW_TAGS["normal.vcf2cytosure.cgh"]): {"is_mandatory": True},
@@ -698,7 +696,6 @@
698696
frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz"]): {"is_mandatory": True},
699697
frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True},
700698
# CNVs (PANEL)
701-
frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True},
702699
frozenset(RAW_TAGS["report.html"]): {"is_mandatory": True},
703700
frozenset(RAW_TAGS["tumor.merged.cns"]): {"is_mandatory": True},
704701
frozenset(RAW_TAGS["tumor.merged.cnr"]): {"is_mandatory": True},
@@ -732,7 +729,6 @@
732729
frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz"]): {"is_mandatory": True},
733730
frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True},
734731
# CNVs (PANEL)
735-
frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True},
736732
frozenset(RAW_TAGS["report.html"]): {"is_mandatory": True},
737733
frozenset(RAW_TAGS["tumor.merged.cns"]): {"is_mandatory": True},
738734
frozenset(RAW_TAGS["tumor.merged.cnr"]): {"is_mandatory": True},

0 commit comments

Comments
 (0)