Releases: broadinstitute/cromshell
0.4.3
0.4.2
Minor new features and bug fixes:
4f53689 Enable alias matching for non-standard form commands (#122)
d6db1ae Add counts as shorter alias of execution-status-count (#123)
2074728 highlight failed shards in execution-status-count (#125)
06c3373 disallow dash and whitespace in alias names (#121)
4407626 update list function to handle permanently offline servers (#119)
0.4.1
0.4.0
New features:
-
Workflow Aliases:
You can now assign aliases to workflows using the newalias
command and then reference them by alias instead of workflow id. -
Zsh tab completion:
There is a new fully featured zsh completion script for zsh in/completions
.
Complete Change List:
1773860 Add zsh completion script (#111)
1f22848 Update jq query to understand subworkflows (#107)
27948ce Fix false positive doom. (#106)
e31cfd1 Adding in functionality for aliasing jobs. (#104)
283ae00 Improve on the name WILL_FAIL (#103)
0.3.12
0.3.11
New Feature: Notify is now aware of the WILL_FAIL
status and will report at the time it first detects a failure rather than waiting for workflow completion.
968f2ed Fixed notification daemon for different local/remote cromwell servers. (#96)
caec4d3 Added WILL_FAIL as a terminal state for the notify
daemon. (#91)
f848a38 Update to README.md
0.3.10
New feature: when submitting a workflow, if womtool is in your path it will be used to validate the wdl and json before uploading.
Womtool can be installed with brew install cromwell
bc1ff8b Fixing small bug with nested subworkflows (#88)
f2d394c Added womtool validation for WDL/JSON if it's in your path. (#87)
0.3.9
New Feature: cromshell status
and list
now check if any of the jobs in a running workflow have failed and will report a new WILL_FAIL status.
1282fe0 Various cleanup refactoring (#86)
a400bd5 Added in a WILL_FAIL status for workflows that will fail. (#85)
7d466ea Now directly queries the cromwell instance to prove it exists. (#83)