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

Merge branch 'BIOWDL-85' of https://github.com/biowdl/tasks into BIOWDL-85

parents 49a812e7 0955c983
No related branches found
No related tags found
1 merge request!61Switch to structs
...@@ -12,7 +12,7 @@ task Mem { ...@@ -12,7 +12,7 @@ task Mem {
String? picardJar String? picardJar
Int threads = 1 Int threads = 2
Int memory = 8 Int memory = 8
Int picardMemory = 4 Int picardMemory = 4
} }
......
...@@ -187,7 +187,7 @@ task GenotypeGVCFs { ...@@ -187,7 +187,7 @@ task GenotypeGVCFs {
input { input {
String? preCommand String? preCommand
Array[File]+ gvcfFiles Array[File]+ gvcfFiles
Array[File]+ gvcfFileIndex Array[File]+ gvcfFilesIndex
Array[File]+ intervals Array[File]+ intervals
String outputPath String outputPath
......
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