We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1ff8b commit f848a38Copy full SHA for f848a38
README.md
@@ -43,6 +43,8 @@ requires `column`, `curl`, `mail`, and [jq](https://stedolan.github.io/jq/)
43
* `submit` `[-w]` *`<wdl>`* *`<inputs_json>`* `[options_json]` `[included_wdl_zip_file]`
44
* Submit a new workflow.
45
* Will automatically validate the WDL and JSON file if `womtool` is in your path.
46
+ * To add `womtool` to your path, install `cromwell` with brew:
47
+ * `brew install cromwell`
48
* *`-w`* Wait for workflow to transition from 'Submitted' to some other status
49
before ${SCRIPTNAME} exits
50
* *`included_wdl_zip_file`* Zip file containing any WDL files included in the input WDL
0 commit comments