Skip to content

Releases: broadinstitute/cromshell

0.4.3

23 Jul 19:32
0.4.3
bea7396
Compare
Choose a tag to compare

A minor release with the following changes:

bea7396 Adding server name to submit command output. (#134) #133
006e8e7 Excluded the notify daemon from the jq version check. (#128)

0.4.2

08 May 20:13
0.4.2
4f53689
Compare
Choose a tag to compare

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

26 Feb 18:19
0.4.1
d144f0b
Compare
Choose a tag to compare

Bug Fixes, even more attempts to fix subworkflow expansion.

d144f0b more fixes for subworkflows #112 (#116)
81faa4e Fixing cleanup command. (#117)
c982d2b Fix execution-status-count -x -p (#114)

0.4.0

09 Dec 16:09
0.4.0
1773860
Compare
Choose a tag to compare

New features:

  • Workflow Aliases:
    You can now assign aliases to workflows using the new alias 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

26 Nov 15:57
0.3.12
Compare
Choose a tag to compare

Release with two small improvements:

a39d3c9 allow custom slim-metadata parameters
e402a22 Suppressing extraneous files from the list-outputs command. (#102)

0.3.11

08 Oct 15:42
0.3.11
968f2ed
Compare
Choose a tag to compare

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

05 Aug 16:42
0.3.10
Compare
Choose a tag to compare

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

02 Aug 18:38
0.3.9
1282fe0
Compare
Choose a tag to compare

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)

0.3.8

17 Jul 17:50
0.3.8
Compare
Choose a tag to compare

Fix submitting with dependencies (#82)

0.3.6

10 Jun 15:19
0.3.6
69ae84c
Compare
Choose a tag to compare

fix a bug introduced in 0.3.5
69ae84c Fixed error in execution-status-count with relative IDs. (#80)