Skip to content
Snippets Groups Projects
Commit d8a159f3 authored by JasperBoom's avatar JasperBoom
Browse files

Fix tests.

parent 5010738c
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ task GetSJsFromGtf {
memory: {description: "The amount of memory available to the job.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.", category: "advanced"}
# outputs
spliceJunctionFile: {description: "Extracted splice junctions."}
}
......@@ -140,7 +141,7 @@ task TranscriptClean {
-g ~{referenceGenome} \
-t ~{cores} \
--maxLenIndel=~{maxLenIndel} \
--maxSJOffset=~{maxSJoffset} \
--maxSJOffset=~{maxSJOffset} \
-o ~{outputPrefix} \
~{true="-m true" false="-m false" correctMismatches} \
~{true="-i true" false="-i false" correctIndels} \
......
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