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

add missing spaces in validateannotation

parent 57079740
No related branches found
No related tags found
1 merge request!33fix missing space after toolcommand
...@@ -324,8 +324,8 @@ task ValidateAnnotation { ...@@ -324,8 +324,8 @@ task ValidateAnnotation {
set -e -o pipefail set -e -o pipefail
${preCommand} ${preCommand}
${toolCommand} \ ${toolCommand} \
${"-r" + refRefflat} \ ${"-r " + refRefflat} \
${"-g" + gtfFile} \ ${"-g " + gtfFile} \
-R ${refFasta} -R ${refFasta}
} }
......
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