Skip to content
6 changes: 6 additions & 0 deletions cg_hermes/config/balsamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"BALSAMIC_X.X.X_graph.pdf": ["balsamic-dag"],
"multiqc_report.html": ["html", "multiqc-html"],
"multiqc_data.json": ["json", "multiqc-json"],
"tumor.d4": ["d4file", "qc-metrics-d4file"],
# Custom QC
"metrics_deliverables.yaml": ["yaml", "qc-metrics-yaml"],
# Alignment files (PANEL & WGS)
Expand Down Expand Up @@ -268,6 +269,11 @@
"is_mandatory": True,
"used_by": ["audit"],
},
frozenset(RAW_TAGS["tumor.d4"]): { # D4 coverage
"tags": ["d4", "coverage", "tumor"],
"is_mandatory": True,
"used_by": ["scout"],
},
# Custom QC
frozenset(RAW_TAGS["metrics_deliverables.yaml"]): { # QC metrics
"tags": ["qc-metrics", "deliverable"],
Expand Down
Loading
Loading