From 2a36df568c49235a378bbf5f2720ff08e14d193f Mon Sep 17 00:00:00 2001 From: Sid Cox Date: Mon, 6 Jan 2025 11:24:52 -0500 Subject: [PATCH] fix destination cloud path --- .../test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verification/test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl b/verification/test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl index 087042b83a..f40494dc12 100644 --- a/verification/test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl +++ b/verification/test-wdls/TestMultiSampleSmartSeq2SingleNucleus.wdl @@ -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