Peter Amstutz
Peter Amstutz
1. Add "default" field to Salad metaschema 2. Add support to Python codegen to set value of "default" on fields which are not loaded from document 3. Update CWL spec...
Yea, that's because it was changed from a DELETE to a POST to a cancel endpoint. Will fix.
@denis-yuen I assume this is still a problem. The generated avsc could easily be sanitized, however without being a bit more clever I expect the result will just be that...
I don't think it is an order issue, cwltest already does an order-independent comparison for listings: https://github.com/common-workflow-language/cwltest/blob/master/cwltest/utils.py#L120 The comparison function is failing to find `a`, although it looks like it...
Yea, the short term fix would be to pin the version. If you are thinking about using this project somebody could probably bring it back up to speed.
The spec doesn't say anything about preserving permission bits. We should discuss that policy first.
The File model of CWL is that the minimum requirements on a file is that it has a specific name and is readable by the user running the CommandLineTool. Requiring...
The doc generation is a schema salad feature, so maybe put in an issue there and link it here. It's just a styling thing, we want to override the default...
hi @pagrubel so the process is typically to implement it as an extension to [cwltool](https://github.com/common-workflow-language/cwltool) as well a link to your own system (or a detailed description of what it...
I think this is right, it isn't being handled correctly. One way to fix this in the metaschema would be to introduce some new `enum` types. This would introduce `@type`,...