Skip to content

Commit

Permalink
fix destination cloud path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc3 committed Jan 6, 2025
1 parent b99acb6 commit 2a36df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ workflow TestMultiSampleSmartSeq2SingleNucleus {
call Copy.TerraCopyFilesFromCloudToCloud as CopyToTestResults {
input:
files_to_copy = flatten([pipeline_outputs]),
vault_token_path = vault_token_path,
destination_cloud_path = results_path
}

# If updating truth then copy output to truth bucket
Expand Down

0 comments on commit 2a36df5

Please sign in to comment.