schema_salad icon indicating copy to clipboard operation
schema_salad copied to clipboard

Semantic Annotations for Linked Avro Data

Results 97 schema_salad issues
Sort by recently updated
recently updated
newest added

Example from cwl-utils: ``` env3.11) michael@mrc-tux:~/cwl-utils$ python3 dump_test.py Traceback (most recent call last): File "/home/michael/cwl-utils/dump_test.py", line 12, in cwl_obj = load_document_by_uri(cwl_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/michael/cwl-utils/cwl_utils/parser/__init__.py", line 183, in load_document_by_uri return load_document_by_string(doc,...

This request contains the following improvements to dlang codegen. ## [Implemented] Support extension objects in arrays The current dlang code-generated parser rejects the extension objects such as `cwltool:CUDARequirement` in the...

`pyproject.toml` currently specifies exact version constraints, like your `*-requirements.txt` files. This is a problem for software distributions which package schema-salad, as then any update of any dependency breaks the build....

- no mypyc support yet

See here: https://www.commonwl.org/v1.2/Workflow.html#CWLType

# Summary CWL passes as valid using `cwltool --validate`, but the following error occurs when `schema-salad-doc gtadexp-hyperthought-daily.json` is run. # System Info - CWL version: 1.2 - python version: 3.11.9...

This request clarifies the existence of `saladVersion`, that is currently undocumented. I'm afraid that added description may conflict with the existing description: - Added: > Each document must declare the...

I'm not sure here is an appropriate place for this issue but I report it here because it is related to `saladVersion`. Historically, in my understanding, the `saladVersion` field was...

This gxformat2 document has a wrong type on the max of a float parameter. ``` class: GalaxyWorkflow doc: | Simple workflow that no-op cats a file. inputs: the_input: type: File...

- [ ] test with cwljava @vedran-kasalica