Skip to content

Commit

Permalink
change to use dx run --watch
Browse files Browse the repository at this point in the history
  • Loading branch information
bfclarke committed Sep 20, 2023
1 parent 51c21dd commit 7254433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnanexus/association_testing_pretrained.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def dx_run(
dx_run_shell += f"-icommand='" + mkdir_string
dx_run_shell += f" && {command}' "
dx_run_shell += f"--destination {destination} "
dx_run_shell += f"--wait "
dx_run_shell += f"--watch "
dx_run_shell += f"-y "

return dx_run_shell
Expand Down

0 comments on commit 7254433

Please sign in to comment.