@@ -65,6 +65,9 @@ class ScoutUploadKey(StrEnum):
65
65
NALLO_CASE_TAGS = dict (
66
66
delivery_report = {"delivery-report" },
67
67
multiqc = {"multiqc-html" },
68
+ peddy_check = {"ped-check" , "peddy" },
69
+ peddy_ped = {"ped" , "peddy" },
70
+ peddy_sex = {"sex-check" , "peddy" },
68
71
vcf_snv_research = {"vcf-snv-research" },
69
72
vcf_snv = {"vcf-snv-clinical" },
70
73
vcf_sv_research = {"vcf-sv-research" },
@@ -89,18 +92,6 @@ class ScoutUploadKey(StrEnum):
89
92
vcf_str = {"vcf-str" },
90
93
)
91
94
92
- NALLO_CASE_TAGS = dict (
93
- delivery_report = {"delivery-report" },
94
- multiqc = {"multiqc-html" },
95
- somalier_pairs = {"relate-pairs" , "somalier" },
96
- somalier_samples = {"relate-samples" , "somalier" },
97
- vcf_snv_research = {"vcf-snv-research" },
98
- vcf_snv = {"vcf-snv-clinical" },
99
- vcf_sv_research = {"vcf-sv-research" },
100
- vcf_sv = {"vcf-sv-clinical" },
101
- vcf_str = {"vcf-str" },
102
- )
103
-
104
95
BALSAMIC_CASE_TAGS = dict (
105
96
sv_vcf = {"vcf-sv-clinical" },
106
97
snv_vcf = {"vcf-snv-clinical" },
@@ -146,11 +137,14 @@ class ScoutUploadKey(StrEnum):
146
137
)
147
138
148
139
NALLO_SAMPLE_TAGS : dict [str , set [str ]] = dict (
149
- alignment_file = {"alignment_haplotags" },
140
+ alignment_path = {AlignmentFileTag .BAM , "haplotags" },
141
+ assembly_alignment_path = {AlignmentFileTag .BAM , "assembly" },
150
142
d4_file = {"mosdepth_d4" },
143
+ hificnv_coverage = {"hificnv" , "bigwig" },
144
+ paraphase_alignment_path = {AlignmentFileTag .BAM , NalloAnalysisTag .PARAPHASE },
145
+ minor_allele_frequency_wig = {"hificnv" , "bigwig" , "maf" },
151
146
)
152
147
153
-
154
148
MIP_SAMPLE_TAGS : dict [str , set [str ]] = dict (
155
149
bam_file = {"bam" },
156
150
alignment_file = {"cram" },
@@ -166,12 +160,6 @@ class ScoutUploadKey(StrEnum):
166
160
mitodel_file = {"mitodel" },
167
161
)
168
162
169
- NALLO_SAMPLE_TAGS : dict [str , set [str ]] = dict (
170
- alignment_file = {AlignmentFileTag .BAM , NalloAnalysisTag .HAPLOTAGS },
171
- d4_file = {"d4" },
172
- paraphase_alignment_path = {AlignmentFileTag .BAM , NalloAnalysisTag .PARAPHASE },
173
- )
174
-
175
163
BALSAMIC_SAMPLE_TAGS = dict (
176
164
bam_file = {"bam" },
177
165
alignment_file = {"cram" },
0 commit comments