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
When looking at the list of CWL type items, the "base" items (excluding File and Directory) seem to be duplicated.
File
Directory
I'm not sure if the issue is generated by the website itself, or via the included files from specific CWL version repositories.
For example: https://www.commonwl.org/v1.2/CommandLineTool.html#CWLType Displays the following:
The text was updated successfully, but these errors were encountered:
I can confirm, this started in common-workflow-language/common-workflow-language.github.io@dced5a1#diff-8825bc9bf39f582c98c2f21f99236bc8d5cbd8de810f3c5fa15a058f7249c3aaL1505 from August 27th
Here is the contents of the CWL v1.2 repo at that time: https://github.com/common-workflow-language/cwl-v1.2/tree/6f15395c3a9c574d7dfb82b2fb19939ceb0d5822
from this run: https://ci.arvados.org/view/CWL/job/cwl-website/164/ which was triggered by this change of cwltool containers: 7771bb5
cwltool_modules:main was https://quay.io/repository/commonwl/cwltool_module/manifest/sha256:9a1877d5e5b861e86aac9672352029505e5ec05e6a3375d6a055e9dc9de426dd
cwltool_modules:main
and at that time in August cwltool_module:latest was https://quay.io/repository/commonwl/cwltool_module/manifest/sha256:52623ab058aca137a1af55623cbe7ea6a6674b75dd7f2b12b3653b22505e4bdb
cwltool_module:latest
The changes in schema-salad at that time were mostly typing related: common-workflow-language/schema_salad@8.3.20220801194920...8.3.20220825114525#diff-1dd6b4c367fe6344b7d49fb0b0aa3f83a8aa3559bd47b59e084208d27765cae3R6
so it may have been an older change to schema-salad that had not been picked up in the cwltool_module container ...
Sorry, something went wrong.
No branches or pull requests
When looking at the list of CWL type items, the "base" items (excluding
File
andDirectory
) seem to be duplicated.I'm not sure if the issue is generated by the website itself, or via the included files from specific CWL version repositories.
For example: https://www.commonwl.org/v1.2/CommandLineTool.html#CWLType
Displays the following:
The text was updated successfully, but these errors were encountered: