common-workflow-language / common-workflow-language/schema_salad

Can the parsers avoid building full URLs

Ouverte
#367 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
86
Forks
64
Merge moyen
19 h 24 min
PR mergées (30 j)
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?

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.