Skip to content

Commit

Permalink
bonus upload print
Browse files Browse the repository at this point in the history
  • Loading branch information
jethror1 committed Sep 19, 2024
1 parent 5950946 commit 5221ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vcf_qc.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ def upload_output_file(outfile) -> None:
outfile : str
name of file to upload
"""
print(f"Uploading {outfile}")

url_file = dxpy.upload_local_file(
outfile,
folder=dxpy.bindings.dxjob.DXJob(
Expand Down

0 comments on commit 5221ac4

Please sign in to comment.