common-workflow-language / common-workflow-language/schema_salad
Can the parsers avoid building full URLs
Open
- Dominant language
- Python
- Stars
- 86
- Forks
- 64
- Avg merge
- 19h 24m
- Merged PRs (30d)
- 19
Description
Trying to parse the outputSource of a workflow:
```cwl
outputs:
- id: out
type: File
outputSource: hello/out
```
But the output source gets resolved to:
```
'file:///Users/franklinmichael/source/janis-core/ingestion/workflow/hello_v1_0_0.cwl#hello/out/hello/out'
```
I don't know how to work that back to `hello/out` programmatically as I don't really understand how it's getting that `#hello/out/hello/out` section. Is it possible to disable this URI building?
Contributor guide
Assessment
This issue has not been assessed yet.