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

emase-zero: fix output redirection

parent 0212e0cb
No related branches found
No related tags found
No related merge requests found
......@@ -48,11 +48,10 @@ grep ">" ${fasta} | sed 's/>//' > tr_list.txt
grep -Fw -f tr_list.txt ${gene_to_transcript} | \
sed -E 's/(.+gn[0-9]+)(.+)(_.+)/\\1\\3\\2\\3/g' > \
gene_to_transcript.txt
emase-zero ${params.count} \
-o ${bin.simpleName}.quantified \
-l ${transcript_length} \
-g gene_to_transcript.txt \
${bin} 2&1> ${file_id}_emase-zero_report.txt
${bin} 2>&1 > ${file_id}_emase-zero_report.txt
"""
}
\ 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