Skip to content

Commit

Permalink
fix quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yihming committed May 20, 2024
1 parent 822c175 commit 79d4e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflows/cellranger/cellranger_arc_count.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ task run_cellranger_arc_count {
check_call(call_args)
CODE

strato sync -m results/outs "~{output_directory}"/~{link_id}
strato sync -m results/outs "~{output_directory}/~{link_id}"
}

output {
Expand Down
2 changes: 1 addition & 1 deletion workflows/cellranger/cellranger_count.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ task run_cellranger_count {
check_call(call_args)
CODE

strato sync -m results/outs "~{output_directory}"/~{sample_id}
strato sync -m results/outs "~{output_directory}/~{sample_id}"
}

output {
Expand Down
2 changes: 1 addition & 1 deletion workflows/cellranger/cellranger_multi.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ task run_cellranger_multi {
check_call(call_args)
CODE

strato sync -m --ionice results/outs "~{output_directory}"/~{link_id}
strato sync -m --ionice results/outs "~{output_directory}/~{link_id}"
}

output {
Expand Down

0 comments on commit 79d4e27

Please sign in to comment.