cromshell icon indicating copy to clipboard operation
cromshell copied to clipboard

CLI for interacting with Cromwell servers

Results 64 cromshell issues
Sort by recently updated
recently updated
newest added

`cromshell` really needs a command that can print and/or download logs for JUST the failed tasks. Currently we have to either download all logs or grep through the metadata for...

enhancement
Cromshell 2

Fairly low-priority request: can we make the Cromshell2.0 status command take multiple workflow IDs on the command line like Cromshell1.0 does? It's quite convenient to be able to check on...

Cromshell 2

`cromshell list -u` is supposed to check completion status of all unfinished jobs. However sometimes it reports incorrect values while `cromshell status` reports the correct ones. Even after running `cromshell...

bug

`womtool validate`s based on syntax of the WDL, but the command block—a lot of times just bash—sometimes have errors and I'd guess few people run linters on the the command...

enhancement
Cromshell 2

When provided an alias that doesn't exist, I see ``` Sub-Command: execution-status-count cromshell execution-status-count: invalid missing flag for argument: HiFiasm_medium_small Try `cromshell -h' for more information. ``` Where `HiFiasm_medium_small` was...

bug

E.g. when a particular execution failed, the command helps you parse the json and pin down the location where the failure happened. Not asking cromshell to be intelligent in figuring...

enhancement

The `cost` sub-command assumes a default big query/google cloud project. We need to add a check in the code to see if it's set and gracefully fail if it isn't....

example: `cromshell status ` prints out information using the UUID, but it would be nice if an alias for that UUID is available from the TSV file.

enhancement

brew install broadinstitute/dsp/cromshell --> does not install womtool conda install cromshell -c bioconda --> does install womtool Is that the desired behavior?