Stella

Results 2 comments of Stella

`cwltool --disable-validate tests/wf/bad_resreq_mnmx_wf.cwl` command works while it shouldn't, since the workflow resource requirement is wrong: ``` #!/usr/bin/env cwl-runner class: Workflow cwlVersion: v1.2 requirements:

Hello @mr-c, I'm currently working on adding the minmax resreq validation in `cwltool` (I already created a pull request _(see last thread update)_ about that issue on `cwl-utils`). We think...