Skip to content
Snippets Groups Projects
Commit 515c860d authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

remove struct

parent c1823f37
No related branches found
No related tags found
No related merge requests found
version 1.0
import "common.wdl"
task Stringtie {
input {
IndexedBamFile bamFile
File bam
File bamIndex
File? referenceGtf
Boolean skipNovelTranscripts = false
String assembledTranscriptsFile
......@@ -28,7 +27,7 @@ task Stringtie {
~{true="--fr" false="" secondStranded} \
-o ~{assembledTranscriptsFile} \
~{"-A " + geneAbundanceFile} \
~{bamFile.file}
~{bam}
}
output {
......
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