You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**`daemon-server`* server to run the notification daemon on
55
+
56
+
#### Display a list jobs submitted through cromshell
57
+
*`list`*`[-c]``[-u]`*
58
+
**`-c`* Color the output by completion status
59
+
**`-u`* Check completion status of all unfinished jobs
22
60
23
61
### Features:
24
-
* Running `submit` will create a new folder in your working directory named with the cromwell job id of the newly submitted job.
62
+
* Running `submit` will create a new folder in the `~/.cromshell/${CROMWELL_URL}/` directory named with the cromwell job id of the newly submitted job.
25
63
It will copy your wdl and json inputs into the folder for reproducibility.
26
64
* It keeps track of your most recently submitted jobs by storing their ids in `./cromshell/`
27
65
You may ommit the job ID of the last job submitted when running commands, or use negative numbers to reference previous jobs, e.g. "-1" will track the last job, "-2" will track the one before that, and so on.
28
-
* You can override the default cromwell server by setting the environmental variable CROMWELL_URL to the appropriate URL.
29
-
*The commands`status` and `abort` takes multiple workflow-id's, but only accepts the explicit ids when multiple ids are provided, i.e. `./cromwell status -1 -2 -3` won't work.
66
+
* You can override the default cromwell server by setting the environmental variable `CROMWELL_URL` to the appropriate URL.
67
+
*Most commands takes multiple workflow-id's, but only accepts the explicit ids when multiple ids are provided, i.e. `./cromwell status -1 -2 -3` won't work.
0 commit comments