Skip to content

Commit

Permalink
fixed rbrace
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Sep 23, 2024
1 parent 5e84c07 commit c88419b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/skylab/H5adUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ task OptimusH5adGeneration {
output {
File h5ad_output = "~{input_id}.h5ad"
File library_metrics = select_first(["~{input_id}_~{gex_nhash_id}_gex_library_metrics.csv", "~{input_id}_gex_library_metrics.csv"])
}
}


Expand Down

0 comments on commit c88419b

Please sign in to comment.