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

emase-zero.nf: fix typo :47

parent 531b30b6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ process emase { ...@@ -44,7 +44,7 @@ process emase {
script: script:
""" """
grep ">" ${fasta} | sed 's/>//' > tr_list.txt grep ">" ${fasta} | sed 's/>//' > tr_list.txt
grep -Fw -f tr_list ${gene_to_transcript} > gene_to_transcript.txt grep -Fw -f tr_list.txt ${gene_to_transcript} > gene_to_transcript.txt
emase-zero ${params.count} \ emase-zero ${params.count} \
-o ${bin.simpleName}.quantified \ -o ${bin.simpleName}.quantified \
-l ${transcript_length} \ -l ${transcript_length} \
......
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