spack/var/spack/repos/builtin/packages/cromwell/cromwell.sh
Owen Solberg 178476d8c8 new package: Cromwell (#12309)
* add new package cromwell

* fix flake8 errors, add cromwell-womtool package

* change name of cromwell to cromwell-server

* renamed cromwell-server to just cromwell

* update description to what is in the project docs

* fixing format call for python2.6 compatibility
2019-08-08 22:39:00 -05:00

4 lines
86 B
Bash

#!/bin/sh
# convenience wrapper for the cromwell jar file
java -jar cromwell.jar "$@"