Hello!
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
or
type: trimmomatic-end_mode.yaml#end_mode
i.e. do we have to use the same relative path for the usage as the import?
If the type definition is
- $import: ./trimmomatic-end_mode.yaml
Should the type definition be
type: trimmomatic-end_mode.yaml#end_mode
or
type: ./trimmomatic-end_mode.yaml#end_mode
i.e. Should the path match, or should the exact string match?
Thanks!