Skip to content

Commit

Permalink
cromwell 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Billings authored and fxcoudert committed Aug 16, 2017
1 parent 6052055 commit e72ad9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e72ad9a

Please sign in to comment.