Skip to content

0.3.3-gamma

Pre-release
Pre-release

Choose a tag to compare

@KevinCLydon KevinCLydon released this 01 Mar 17:47

This is partially a bug fix release and partially a preparatory release for 0.4.0.

List of features:

  • Configuration format change
    • Switched configuration to use a yaml file instead of environment variables (#159)
  • New failure mode
    • Runs will now be marked as failed when carrot fails to retrieve expected results (#149)
  • WDL Storage
    • Copies of WDLs for templates will now be stored either locally or in GCS for data provenance purposes (#142 and #166)
  • Configurable logging
    • Added the ability to specify different logging levels for different modules in the config file (#167)
  • Workflow options
    • Added fields to Test and Run entities for specifying the Cromwell workflow options file (#171)
  • Bug fixes
    • Modified the dockerfile for the docker image to use for report generation to include gsutil so result downloading works (#148)
    • Modified the configuration for the client that handles reading GitHub messages from Google PubSub in hopes of fixing the issue where the requests hang indefinitely (#173)
    • Fixed an issue where numeric run results were not being parsed properly (#175)