Releases: tom-tan/shaft
Releases · tom-tan/shaft
v0.10.1
- Since this version, each conformance badge has a link to the detailed result of the corresponding conformance tests.
- For example, in the following result has a link to https://github.com/tom-tan/conformance/blob/master/shaft/cwl_v1.0/shaft_v0.10.1/command_line_tool.md.
- Its binary is same as the previous version.
Conformance tests for CWL v1.0
Classes
Required features
Optional features
v0.9.2
v0.9.1
- Now shaft uses auto-generated CWL parser!
Conformance tests for CWL v1.0
Classes
Required features
Optional features
v0.8.0
v0.7.0
- Support
cwl:requirements
in the input object - Support
shaft:inherited-requirements
andshaft:inherited-hints
in the input object- It enables shaft to handle inherited requirements and hints from the parent workflow
- [dev] Provide
setup-njs.sh
script to deploy libnjs. - [dev] Simplify dev container
Conformance tests for CWL v1.0
Classes
Required features
Optional features
v0.6.2
v0.6.1
v0.6.0
v0.5.2
- Remove
ResourceRequirement
from unsupported process requirements- Although
shaft
recognizesResourceRequirement
and sets properties such asruntime.cores
, it does not restrict the available CPU cores in actual. It will be fixed it the future release.
- Although