Skip to content
Snippets Groups Projects
Commit b4fe827a authored by ffinfo's avatar ffinfo
Browse files

changed names

parent b9c64d62
No related branches found
No related tags found
1 merge request!61Switch to structs
......@@ -5,7 +5,7 @@ import "common.wdl"
task Stringtie {
input {
String? preCommand
IndexedBamFile bam
IndexedBamFile bamFile
File? referenceGtf
Int threads = 1
String assembledTranscriptsFile
......@@ -25,7 +25,7 @@ task Stringtie {
~{true="fr" false="" secondStranded} \
-o ~{assembledTranscriptsFile} \
~{"-A " + geneAbundanceFile} \
~{bam.file}
~{bamFile.file}
}
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