Skip to content
Snippets Groups Projects
Commit 32b02fa3 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change innerDistance removal for SE to SE matadata check

parent d7189017
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7804 failed with stages
in 2 hours, 13 minutes, and 32 seconds
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment