We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081eb56 commit cf74a2eCopy full SHA for cf74a2e
1 file changed
src/sv_shell/cnmops.sh
@@ -62,6 +62,9 @@ function CNSampleNormalArm() {
62
elif [ ! $RC -eq 0 ]; then
63
echo "cnMOPS_workflow.sh returned a non-zero code that was not due to an empty call file."
64
exit $RC
65
+ elif [ ! -f calls/cnMOPS.cnMOPS.gff ]; then
66
+ echo "cnMOPS_workflow.sh succeeded but did not produce calls/cnMOPS.cnMOPS.gff. Creating empty file."
67
+ touch calls/cnMOPS.cnMOPS.gff
68
fi
69
70
echo "----------- Finished CN Sample Normal -------------"
0 commit comments