
* 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
4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the cromwell jar file
|
|
java -jar cromwell.jar "$@"
|