Skip to content

Commit

Permalink
back to brief upload for stdout file-id
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Jul 13, 2018
1 parent 79db008 commit dec9c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/dx-launcher/demux_launcher.yml
Expand Up @@ -181,7 +181,7 @@ runSpec:
# tar the consolidated directory and upload
# TODO: consider zstd/lz4
dx mkdir -p "$folder/$run_id"
tar_id=$(tar c -C run/ . | pigz -c | dx upload --verbose --wait -p --destination $DX_WORKSPACE_ID:$(printf "%s/%s/%s.tar.gz" "$folder" "$run_id" "$run_id") -)
tar_id=$(tar c -C run/ . | pigz -c | dx upload --brief --wait -p --destination $(printf "%s/%s/%s.tar.gz" "$folder" "$run_id" "$run_id") -)
dx-jobutil-add-output run_tarball "$tar_id"
}
Expand Down

0 comments on commit dec9c04

Please sign in to comment.