Skip to content
Snippets Groups Projects
Commit c7f5f731 authored by Cats's avatar Cats
Browse files

missing backslash

parent 6b1fdc4a
No related branches found
No related tags found
1 merge request!83add stringtie merge
......@@ -60,7 +60,7 @@ task Merge {
mkdir -p $(dirname ~{outputGtfPath})
~{preCommand}
stringtie --merge \
-o ~{outputGtfPath}
-o ~{outputGtfPath} \
~{"-G " + guideGtf} \
~{"-m " + minimumLength } \
~{"-c " + minimumCoverage} \
......
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