From e72ad9ad4629da012f1921bd07437f65e10b2379 Mon Sep 17 00:00:00 2001 From: Dan Billings Date: Wed, 16 Aug 2017 14:21:34 -0400 Subject: [PATCH] cromwell 29 --- Formula/cromwell.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/cromwell.rb b/Formula/cromwell.rb index d46090185345e..a3081cdcb5be3 100644 --- a/Formula/cromwell.rb +++ b/Formula/cromwell.rb @@ -1,8 +1,8 @@ class Cromwell < Formula desc "Workflow Execution Engine using Workflow Description Language" homepage "https://github.com/broadinstitute/cromwell" - url "https://github.com/broadinstitute/cromwell/releases/download/28.2/cromwell-28_2.jar" - sha256 "d575ec83d2950bb2e6524b132cebb83f012c6adec5ff8dc44eeb191acca28f1d" + url "https://github.com/broadinstitute/cromwell/releases/download/29/cromwell-29.jar" + sha256 "97445b6d75bc294e4a96be330ef5231688789bde62f4cd8a139e182ef18c3933" head do url "https://github.com/broadinstitute/cromwell.git" @@ -48,7 +48,7 @@ def install } EOS - result = shell_output("#{bin}/cromwell run hello.wdl hello.json") + result = shell_output("#{bin}/cromwell run --inputs hello.json hello.wdl") assert_match "test.hello.response", result end