Skip to content
Snippets Groups Projects
Verified Commit 3cc41591 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

emase-zero: update error handling

parent 3ed5a9ca
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,5 @@ emase-zero ${params.count} \ ...@@ -53,10 +53,5 @@ emase-zero ${params.count} \
-l ${transcript_length} \ -l ${transcript_length} \
-g gene_to_transcript.txt \ -g gene_to_transcript.txt \
${bin} 2> ${file_id}_emase-zero_report.txt ${bin} 2> ${file_id}_emase-zero_report.txt
if grep -q "ERROR" ${file_id}_emase-zero_report.txt; then
exit 1
fi
""" """
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment