Skip to content

HyP3 v9.4.0

Latest
Compare
Choose a tag to compare
@tools-bot tools-bot released this 04 Feb 22:19
77229f3

Changed

  • The OPERA_DISP_TMS job type is now a fan-out/fan-in workflow.

Fixed

  • Previously there was a bug in which fan-out job steps, defined using the map: for item in items syntax, would fail if items was an array of non-string values, because AWS Batch SubmitJob expects string parameters. This bug has been fixed by converting each value to a string before passing it to SubmitJob.