Release 24

@kshakir kshakir released this Jan 5, 2017 · 341 commits to develop since this release

24

  • When emitting workflow outputs to the Cromwell log only the first 1000 characters per output will be printed
  • Added support for conditional (if) statements.
  • Globs for Shared File System (SFS) backends, such as local or SGE, now use bash globbing instead of Java globbing, consistent with the JES backend.
  • A new /version endpoint has been added that returns the version of the Cromwell being run in server mode. There is also a new -version flag for determining the Cromwell version in command line mode, java -jar cromwell.jar -version.

Downloads