Skip to content

Releases: molgenis/molgenis-compute

MOLGENIS Compute v1.2 (15.12.2)

09 Dec 15:15
Compare
Choose a tag to compare

Features

Memory usage improvements
Speed improvements

Bugfixes

Fix #192 Missing newline between path and environment variables in generated step scripts
Fix #195 user_ prefix and protocol_prefix make the parameter map entities too big
Fix #197 Tests do not test the content of generated scripts

Changes

Due to efficiency improvements, the 'tasks' variable now only contains the following fields:
- name
- previousSteps

Keep this in mind when creating your own custom submit.ftl

MOLGENIS Compute v1.1.1 (15.12.1)

07 Dec 14:36
Compare
Choose a tag to compare

Bugfixes

Fix #183 Custom header is pasted under the default header, should replace the default header

Molgenis Compute v15.11.1

02 Nov 14:21
Compare
Choose a tag to compare

Fixed ComputeCommandLine.java (org.molgenis.compute5 --> org.molgenis.compute)
removed bad test

Molgenis Compute v15.04.3

13 Jul 11:00
Compare
Choose a tag to compare

Features

  • Major code refactoring
  • Refactored the folding algorithm
  • General cleanup of code

Bug fixes

  • General code hazards were removed
  • No specific bugs were fixed

Breaking changes

  • None

Molgenis Compute v15.04.2

01 May 09:26
Compare
Choose a tag to compare

Added support for using multiple queues in the same workflow. (Required for dedicated data staging queue)
The source is the same as for tag v15.04.1, but the pom.xml file was updated to support Maven building with java version 1.8. Binary release is now compiled with Java 1.8 and no longer supports 1.7 or lower.

Molgenis Compute v15.04.1

28 Apr 08:44
Compare
Choose a tag to compare

Added support for using multiple queues in the same workflow. (Required for dedicated data staging queue)