You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to factor this out somehow, which we do for every step. A client looked at the file and said "oh, so here's the intelligence, in all that Bash." Which is exactly the opposite of what we want people to think when the look at it.
if [ "${params.verbose}" == "true" ]; then set -x; else set +x; fi set -eu -o pipefail source ${HOME}/${WORKFLOW_WORKER_VENV_NAME}/bin/activate
No description provided.
The text was updated successfully, but these errors were encountered: