We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c09eef commit c28f630Copy full SHA for c28f630
1 file changed
subworkflows/local/solid_biopsy/main.nf
@@ -157,6 +157,11 @@ workflow SOLID_BIOPSY {
157
corrected_gistic_file = ICHORCNA.out.gistic_file
158
ch_reports = ch_versions.mix(ICHORCNA.out.summary)
159
ch_versions = ch_versions.mix(ICHORCNA.out.versions)
160
+
161
+ // FIXME: Compute signatures (duplication with ASCAT.sc)
162
+ CIN_SIGNATURE_QUANTIFICATION(ICHORCNA.out.signature_file)
163
+ ch_versions = ch_versions.mix(CIN_SIGNATURE_QUANTIFICATION.out.versions)
164
+ ch_reports = ch_reports.mix(CIN_SIGNATURE_QUANTIFICATION.out.sig_activity_plot)
165
}
166
else {
167
error("Unknown CNV caller ${caller}")
0 commit comments