Skip to content

Commit

Permalink
hotfix for Tasks0506 cromwell compliance (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman authored Jun 15, 2021
1 parent f64d5c8 commit 00f1e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wdl/Tasks0506.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "Structs.wdl"
task ZcatCompressedFiles {
input {
Array[File] shards
String outfile_name
String? outfile_name
String? filter_command
String sv_base_mini_docker
RuntimeAttr? runtime_attr_override
Expand Down Expand Up @@ -60,7 +60,7 @@ task ZcatCompressedFiles {
}

output {
File outfile=outfile_name
File outfile=output_file_name
}
}

Expand Down

0 comments on commit 00f1e7c

Please sign in to comment.