Skip to content
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

CWL version is not set when parsing a packed workflow #43

Open
jdidion opened this issue Mar 26, 2021 · 4 comments
Open

CWL version is not set when parsing a packed workflow #43

jdidion opened this issue Mar 26, 2021 · 4 comments

Comments

@jdidion
Copy link
Contributor

jdidion commented Mar 26, 2021

No description provided.

@mr-c
Copy link
Member

mr-c commented Mar 26, 2021

It is missing from the overall file, or from the entries in the $graph?

@jdidion
Copy link
Contributor Author

jdidion commented Mar 26, 2021

it is in the file - just missing from the objects returned from the parser

@jdidion
Copy link
Contributor Author

jdidion commented Mar 26, 2021

this only happens for JSON files of the form

{
  "$graph": [...],
  "cwlVersion": "v1.2"
}

@mr-c
Copy link
Member

mr-c commented Jan 6, 2022

That is correct, in a way, because cwlVersion is not present in the entries in the $graph.

How much of a problem is that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants