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

destroy another struct

parent 8b0c60c0
No related branches found
No related tags found
No related merge requests found
version 1.0
import "common.wdl"
task BgzipAndIndex {
input {
File inputFile
......@@ -42,10 +40,8 @@ task Index {
}
output {
IndexedBamFile outputBam = object {
file: bamFile,
index: bamIndexPath
}
File indexedBam = bamFile
File index = bamIndexPath
}
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