Skip to content

Commit 00f1e7c

Browse files
hotfix for Tasks0506 cromwell compliance (#187)
1 parent f64d5c8 commit 00f1e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wdl/Tasks0506.wdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import "Structs.wdl"
1212
task ZcatCompressedFiles {
1313
input {
1414
Array[File] shards
15-
String outfile_name
15+
String? outfile_name
1616
String? filter_command
1717
String sv_base_mini_docker
1818
RuntimeAttr? runtime_attr_override
@@ -60,7 +60,7 @@ task ZcatCompressedFiles {
6060
}
6161

6262
output {
63-
File outfile=outfile_name
63+
File outfile=output_file_name
6464
}
6565
}
6666

0 commit comments

Comments
 (0)