Releases: molgenis/molgenis-compute
MOLGENIS Compute v1.2 (15.12.2)
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)
Bugfixes
Fix #183 Custom header is pasted under the default header, should replace the default header
Molgenis Compute v15.11.1
Fixed ComputeCommandLine.java (org.molgenis.compute5 --> org.molgenis.compute)
removed bad test
Molgenis Compute v15.04.3
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
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
Added support for using multiple queues in the same workflow. (Required for dedicated data staging queue)