Skip to content
Snippets Groups Projects
Commit 00feb5f0 authored by JB's avatar JB
Browse files

Fixed womtools validation error

parent 37a8b06f
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ task CreateGtfFromDatabase {
mkdir -p $(dirname ~{outputPrefix})
create_GTF_from_database \
~{"--db=" + databaseFile} \
~{"--o=" outputPrefix} \
~{"--o=" + outputPrefix} \
~{"-b " + genomeBuild} \
~{"-a " + annotationVersion} \
~{"--whitelist=" + whitelistFile} \
......@@ -330,7 +330,7 @@ task Talon {
talon \
~{"--f " + configFileName} \
~{"--db " + databaseFile} \
~{"--o " outputPrefix} \
~{"--o " + outputPrefix} \
~{"--build " + genomeBuild} \
~{"--cov " + minimumCoverage} \
~{"--identity " + minimumIdentity}
......
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