wdl-engine 0.14.0

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
printf '1 2 3' | awk '{tot=0; for(i=1;i<=NF;i++) tot+=$i; print tot}'