wdl-engine 0.13.2

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
7
8
printf "Hello Richard! You have 1 test result(s) available./n"

if true; then
  if [ "1000000" -gt 1000 ]; then
    currency="USD"
    printf "Please transfer $currency 500 to continue"
  fi
fi