Stella
Results
2
issues of
Stella
Related to : https://github.com/common-workflow-language/cwltool/issues/2163 - Added resource requirement minmax validation - Added validation when running `--validate` - Added related tests
Following this discussion: https://cwl.discourse.group/t/how-does-resourcerequirement-work/1019, `cwltool` does not validate whether `resourceMax` is greater than `resourceMin` in ResourceRequirements. According to the [CWL documentation](https://www.commonwl.org/v1.2/CommandLineTool.html#ResourceRequirement), this should not be allowed, as it states: "It...