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

emase-zero: change ${bin} argument

parent 607bf264
No related branches found
No related tags found
No related merge requests found
......@@ -43,9 +43,9 @@ process emase {
script:
"""
emase-zero ${params.count} \
-b ${bin} \
-o ${bin.simpleName}.quantified \
-l ${transcript_length} \
-g ${transcript_to_gene}
-g ${transcript_to_gene} \
${bin}
"""
}
\ 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