|
537 | 537 | # CNV report |
538 | 538 | frozenset(RAW_TAGS["report.pdf"]): { |
539 | 539 | "tags": ["cnv-report"], |
540 | | - "is_mandatory": False, |
| 540 | + "is_mandatory": True, |
541 | 541 | "used_by": ["deliver", "scout"], |
542 | 542 | }, |
543 | 543 | frozenset(RAW_TAGS["report.html"]): { |
|
635 | 635 | frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz"]): {"is_mandatory": True}, |
636 | 636 | frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True}, |
637 | 637 | # CNVs (WGS) |
638 | | - frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True}, |
639 | 638 | frozenset(RAW_TAGS["tumor.vcf2cytosure.cgh"]): {"is_mandatory": True}, |
640 | 639 | frozenset(RAW_TAGS["cnvpytor.circular.png"]): {"is_mandatory": True}, |
641 | 640 | frozenset(RAW_TAGS["cnvpytor.scatter.png"]): {"is_mandatory": True}, |
|
667 | 666 | frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz"]): {"is_mandatory": True}, |
668 | 667 | frozenset(RAW_TAGS["tnscope.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True}, |
669 | 668 | # CNVs (WGS) |
670 | | - frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True}, |
671 | 669 | frozenset(RAW_TAGS["ascat.copynumber.txt.gz"]): {"is_mandatory": True}, |
672 | 670 | frozenset(RAW_TAGS["tumor.vcf2cytosure.cgh"]): {"is_mandatory": True}, |
673 | 671 | frozenset(RAW_TAGS["normal.vcf2cytosure.cgh"]): {"is_mandatory": True}, |
|
698 | 696 | frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz"]): {"is_mandatory": True}, |
699 | 697 | frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True}, |
700 | 698 | # CNVs (PANEL) |
701 | | - frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True}, |
702 | 699 | frozenset(RAW_TAGS["report.html"]): {"is_mandatory": True}, |
703 | 700 | frozenset(RAW_TAGS["tumor.merged.cns"]): {"is_mandatory": True}, |
704 | 701 | frozenset(RAW_TAGS["tumor.merged.cnr"]): {"is_mandatory": True}, |
|
732 | 729 | frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz"]): {"is_mandatory": True}, |
733 | 730 | frozenset(RAW_TAGS["merged.clinical.scored.vcf.gz.tbi"]): {"is_mandatory": True}, |
734 | 731 | # CNVs (PANEL) |
735 | | - frozenset(RAW_TAGS["report.pdf"]): {"is_mandatory": True}, |
736 | 732 | frozenset(RAW_TAGS["report.html"]): {"is_mandatory": True}, |
737 | 733 | frozenset(RAW_TAGS["tumor.merged.cns"]): {"is_mandatory": True}, |
738 | 734 | frozenset(RAW_TAGS["tumor.merged.cnr"]): {"is_mandatory": True}, |
|
0 commit comments