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

emase-zero: replace file_prefix by file_id

parent 761843cc
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ emase-zero ${params.count} \
-o ${bin.simpleName}.quantified \
-l ${transcript_length} \
-g gene_to_transcript.txt \
${bin} 2> ${file_prefix}_emase-zero_repport.txt
${bin} 2> ${file_id}_emase-zero_repport.txt
if grep -q "ERROR" ${file_prefix}_emase-zero_repport.txt; then
if grep -q "ERROR" ${file_id}_emase-zero_repport.txt; then
exit 1
fi
......
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