-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
terminate called after throwing an instance of 'YAML::BadSubscript' #12
Comments
So, the parser is tripping over at least two things:
or in the more compact version:
This is according to https://www.commonwl.org/v1.2/SchemaSalad.html#Identifier_map_example collapsing it down to, seems to be valid by
This seems valid according to https://www.commonwl.org/v1.2/SchemaSalad.html#Domain_Specific_Language_for_types but is currently not supported by the schema_salad cpp generator.
As far as I can see, the type |
Thank you! That was what I needed. So there are two issues, that need separate fixing:
|
error message:
test program:
CWL test file
The text was updated successfully, but these errors were encountered: