v1.1.0
Users need to change default Cromwell from 51 to 52.
- Edit
~/.caper/default.confto replace51with52for keyscromwellandwomtool. - Or Make a backup of the conf file and start over with
caper init YOUR_BACKEND.- See README for details about
caper init.
- See README for details about
Upgraded Cromwell from 51 to 52
- Due to change of Google API, Cromwell-51 will not work after 8/20/2020.
- Recently-created service accounts will not work even before 8/20/2020.
Added a shell script to automate Caper server instance on Google Cloud Platform
- Added
scripts/gcp_caper_server/create_instance.sh
Lowered logging level for some annoying messages
- Exporting Google Cloud environment variables.
Bug fixes
- Double slashed directory
//formetadata.jsonongs://. - CLI can catch
SIGTERMfor graceful shutdown of Cromwell Java thread. - Can detect mutually exclusive parameters. e.g.
--singularityand--docker.