broadinstitute / firecloud_developer_toolkit

Utilities to help algorithm developers dockerize new tasks, debug them, and put them into Firecloud.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

docs - wdl command - bash vs python #5

Open gsaksena opened 7 years ago

gsaksena commented 7 years ago

should document that both bash and a scripting language can work in command block. should document the 'set -e' command to make bash scripts not broken. note that sometimes sh is run instead of bash, does that cause a difference in exit code handling?