Skip to content

v1.1.4

Choose a tag to compare

@mlin mlin released this 20 Apr 02:24

miniwdl run

  • Add -o stdout.json option to robustly redirect the outputs or error JSON (normally printed to standard output) to a file
    • unaffected if some plug-in or other code prints something else on standard output
  • Add --no-outside-imports to block WDL import statements from directories outside of that of the top-level WDL file (or a --path directory)
  • Improve certain error messages based on user feedback
  • PyYAML dependency replaces ruamel.yaml