@@ -32,7 +32,7 @@ requires `column`, `curl`, `mail`, and [jq](https://stedolan.github.io/jq/)
32
32
33
33
### Supported Flags:
34
34
* ` -t ` ` TIMEOUT `
35
- * Set the curl connect timeout to `TIMEOUT` seconds.
35
+ * Set the curl connect timeout to ` TIMEOUT ` seconds.
36
36
* Also sets the curl max timeout to ` 2*TIMEOUT ` seconds.
37
37
* ` TIMEOUT ` must be an integer.
38
38
@@ -41,37 +41,38 @@ requires `column`, `curl`, `mail`, and [jq](https://stedolan.github.io/jq/)
41
41
42
42
#### Start/Stop workflows
43
43
* ` submit ` ` [-w] ` * ` <wdl> ` * * ` <inputs_json> ` * ` [options_json] ` ` [included_wdl_zip_file] `
44
- * Submit a new workflow
44
+ * Submit a new workflow.
45
+ * Will automatically validate the WDL and JSON file if ` womtool ` is in your path.
45
46
* * ` -w ` * Wait for workflow to transition from 'Submitted' to some other status
46
47
before ${SCRIPTNAME} exits
47
48
* * ` included_wdl_zip_file ` * Zip file containing any WDL files included in the input WDL
48
49
* ` abort ` * ` [workflow-id] [[workflow-id]...] ` *
49
- * Abort a running workflow
50
+ * Abort a running workflow.
50
51
#### Query workflow status:
51
52
* ` status ` * ` [workflow-id] [[workflow-id]...] ` *
52
- * Check the status of a workflow
53
+ * Check the status of a workflow.
53
54
* ` metadata ` * ` [workflow-id] [[workflow-id]...] ` *
54
- * Get the full metadata of a workflow
55
+ * Get the full metadata of a workflow.
55
56
* ` slim-metadata ` * ` [workflow-id] [[workflow-id]...] ` *
56
- * Get a subset of the metadata from a workflow
57
+ * Get a subset of the metadata from a workflow.
57
58
* ` execution-status-count ` * ` [-p] [-x] [workflow-id] [[workflow-id]...] ` *
58
- * Get the summarized status of all jobs in the workflow
59
+ * Get the summarized status of all jobs in the workflow.
59
60
* ` -p ` prints a pretty summary of the execution status instead of JSON
60
61
* ` -x ` expands sub-workflows for more detailed summarization
61
62
* ` timing ` * ` [workflow-id] [[workflow-id]...] ` *
62
- * Open the timing diagram in a browser
63
+ * Open the timing diagram in a browser.
63
64
64
65
#### Logs
65
66
* ` logs ` * ` [workflow-id] [[workflow-id]...] ` *
66
- * List the log files produced by a workflow
67
+ * List the log files produced by a workflow.
67
68
* ` fetch-logs ` * ` [workflow-id] [[workflow-id]...] ` *
68
- * Download all logs produced by a workflow
69
+ * Download all logs produced by a workflow.
69
70
70
71
#### Job Outputs
71
72
* ` list-outputs ` * ` [workflow-id] [[workflow-id]...] ` *
72
- * List all output files produced by a workflow
73
+ * List all output files produced by a workflow.
73
74
* ` fetch-all ` * ` [workflow-id] [[workflow-id]...] ` *
74
- * Download all output files produced by a workflow
75
+ * Download all output files produced by a workflow.
75
76
76
77
#### Get email notification on job completion
77
78
* ` notify ` * ` [workflow-id] ` ` [daemon-server] ` ` email ` ` [cromwell-server] ` *
0 commit comments