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
The raw yaml is now publicly accessible at https://github.com/umccr/cwl-ica/blob/main/workflows/bcl-conversion/3.7.5/bcl-conversion__3.7.5.cwl
None of the schemas present have the id attribute in them either:
id
fastq-list-row
settings-by-samples
Originally posted by @alexiswl in common-workflow-language/cwl-utils#71 (comment)
The text was updated successfully, but these errors were encountered:
Good news, --pack is not the culprit. The extra id fields were added before
--pack
cwltool/cwltool/pack.py
Line 137 in b67a5e0
In fact, it is schema_salad that injects the extra id fields: https://github.com/common-workflow-language/schema_salad/blob/b2abeb5ff6a31686b4844019671a1049933f339c/schema_salad/ref_resolver.py#L999 (dating back to 2015: common-workflow-language/schema_salad@a10d387 )
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The raw yaml is now publicly accessible at https://github.com/umccr/cwl-ica/blob/main/workflows/bcl-conversion/3.7.5/bcl-conversion__3.7.5.cwl
None of the schemas present have the
id
attribute in them either:fastq-list-row
: https://github.com/umccr/cwl-ica/blob/main/schemas/fastq-list-row/1.0.0/fastq-list-row__1.0.0.yamlsettings-by-samples
: https://github.com/umccr/cwl-ica/blob/main/schemas/settings-by-samples/1.0.0/settings-by-samples__1.0.0.yamlOriginally posted by @alexiswl in common-workflow-language/cwl-utils#71 (comment)
The text was updated successfully, but these errors were encountered: