-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
schema_salad.exceptions.ValidationExceptions parsing certain data structures #31
Comments
secondaryFiles within outputs is not terribly common but |
Probably not related, but you are testing with a v1.2 parser even though document declares |
@leipzig so what's actually happening here is that codegen was never updated for the schema salad v1.1, which added a few features that are used for CWL 1.1 and 1.2. Specifically:
The first two are causing the problems you're reporting. Some suggestions:
|
What you should do is make a PR against schema-salad that fixes these issues, and a PR against cwl-utils with updated v1.1 and v1.2 parsers and test cases of previously-failing v1.1 and v1.2 files. |
@tetron I am a bit confused about number 3. Does it apply only to
but that when it's |
@leipzig When the predicate is A field with A subscope means that Does that help? |
Should I just concatenate baseuri+subscope? |
Pretty much. Here's what
|
(the important part is that it also adds a slash) |
@leipzig Are you still working on this? Is there a branch of what you've tried already? |
@mr-c i have some progress on this branch https://github.com/leipzig/schema_salad/tree/main |
The text was updated successfully, but these errors were encountered: