Skip to content
Snippets Groups Projects
Commit c4bf6cfa authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added struct

parent 46a74f87
No related branches found
No related tags found
1 merge request!65Added struct
......@@ -110,7 +110,7 @@ task CaseControl {
output {
File outputFile = outputPath
Array[CaseControl] caseControls = read_json(outputFile)
CaseControls caseControls = read_json(outputFile)
}
runtime {
......
......@@ -170,3 +170,7 @@ struct CaseControl {
String controlName
IndexedBamFile controlBam
}
struct CaseControls {
Array[CaseControl] caseControls
}
\ No newline at end of file
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