Skip to content

Commit

Permalink
Added set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
aawdeh committed May 21, 2024
1 parent a57e1bd commit 0c0c24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wdl/cellbender_remove_background_azure.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ task run_cellbender_remove_background_gpu {
command {

set -e # fail the workflow if there is an error
set -x

# install a specific commit of cellbender from github if called for (-- developers only)
if [[ ~{install_from_git} == true ]]; then
Expand Down

0 comments on commit 0c0c24f

Please sign in to comment.