Skip to content

Commit

Permalink
correct cnvrpt_workflow_out_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie22 authored May 12, 2023
1 parent 19deb23 commit 69a74e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cnvreports.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def run_cnvreports(
"panels": panels
}
# Upload manifest file
cmd = "dx upload {} --path {}".format(sample_ID_TestCode, rpt_workflow_out_dir)
cmd = "dx upload {} --path {}".format(sample_ID_TestCode, cnvrpt_workflow_out_dir)
subprocess.check_output(cmd, shell=True)

elif sample_X_CI is not None:
Expand Down Expand Up @@ -235,7 +235,7 @@ def run_cnvreports(
"panels": panels
}
# Upload manifest file
cmd = "dx upload {} --path {}".format(sample_X_CI, rpt_workflow_out_dir)
cmd = "dx upload {} --path {}".format(sample_X_CI, cnvrpt_workflow_out_dir)
subprocess.check_output(cmd, shell=True)

else:
Expand Down

0 comments on commit 69a74e5

Please sign in to comment.