We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After thinking about https://cwl.discourse.group/t/proper-syntax-for-type-paths/75
If we have a type definition
- $import: ../tools/Trimmomatic/trimmomatic-end_mode.yaml
should the type usage be
type: ../tools/Trimmomatic/trimmomatic-end_mode.yaml#end_mode
and If the type definition is
- $import: ./trimmomatic-end_mode.yaml
both
type: trimmomatic-end_mode.yaml#end_mode
and
type: ./trimmomatic-end_mode.yaml#end_mode
are valid.
i.e the string following type should be a valid URL that resolves to one of the URL's indicated in an $import statement earlier on in the types field.
type
$import
types
The text was updated successfully, but these errors were encountered:
0b9f224
No branches or pull requests
After thinking about https://cwl.discourse.group/t/proper-syntax-for-type-paths/75
If we have a type definition
should the type usage be
and If the type definition is
both
and
are valid.
i.e the string following
type
should be a valid URL that resolves to one of the URL's indicated in an$import
statement earlier on in thetypes
field.The text was updated successfully, but these errors were encountered: