Skip to content
Snippets Groups Projects

Metadata output update

Merged Gervaise Henry requested to merge new.qc.out into develop
Viewing commit 64632a63
Show latest version
1 file
+ 3
2
Preferences
File browser
Compare changes
+ 3
2
@@ -953,10 +953,11 @@ process dataQC {
"""
}
// Extract median TIN into channel
// Extract median TIN metadata into channel
tinMedInfer = Channel.create()
tinMed.splitCsv(sep: ",", header: false).separate(
tinMedInfer,
tinMedInfer
)
/*
*aggrQC: aggregate QC from processes as well as metadata and run MultiQC