Skip to content
Snippets Groups Projects

Metadata output update

Merged Gervaise Henry requested to merge new.qc.out into develop
Viewing commit 32b02fa3
Show latest version
1 file
+ 2
2
Preferences
File browser
Compare changes
+ 2
2
@@ -1026,7 +1026,7 @@ process aggrQC {
# remove inner distance report if it is empty (SE repRID)
echo -e "LOG: removing dummy inner distance file" >> ${repRID}.aggrQC.log
if [ wc -l ${innerDistance} | awk '{print\${1}}' -eq 0 ]
if [ "${endsM}" == "se" ]
then
rm -f ${innerDistance}
fi
@@ -1035,4 +1035,4 @@ process aggrQC {
echo -e "LOG: running multiqc" >> ${repRID}.aggrQC.log
multiqc -c ${multiqcConfig} . -n ${repRID}.multiqc.html
"""
}
}
\ No newline at end of file