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

destroy another struct

parent 2afe2c05
No related branches found
No related tags found
No related merge requests found
version 1.0
import "common.wdl" as common
task Mem {
input {
File read1
......@@ -35,10 +33,8 @@ task Mem {
}
output {
IndexedBamFile bamFile = object {
file: outputPath,
index: sub(outputPath, ".bam$", ".bai")
}
File outputBam = outputPath
File outputBamIndex = sub(outputPath, ".bam$", ".bai")
}
runtime{
......
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