w3 YML does not exist.
See original GitHub issueI am having many issues trying to use CWL and schema_salad
, but the latest is due to a hard-coded filename not existing:
/usr/local/bin/cwltool 1.0.20161107145355
Tool definition failed initialization:
('https://w3id.org/cwl/CommonWorkflowLanguage.yml', HTTPError(u'404 Client Error: Not Found for url: https://w3id.org/cwl/CommonWorkflowLanguage.yml',))
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Spring Boot doesn't load application.yml config or?
my app is modular, I need my parent packaging to be pom. Is there a way to use module yaml, since my module...
Read more >Can not load application.yaml from assembled fat jar · Issue #77
This means that a YAML file in this fat jar will never have its media type detected because there is no FileTypeDetector registered...
Read more >YAML tutorials examples advantages and dis ... - W3schools.io
It is a new format introduced recently, and a learning curve exists. Not much popular other than XML and JSON; It is very...
Read more >Configuring Symfony (and Environments) (Symfony 3.4 Docs)
Configuring Symfony (and Environments). Every Symfony application consists of a collection of bundles that add useful tools (services) to your project.
Read more >YAML - Wikipedia
YAML is intended to be read and written in streams, a feature inspired by SAX. Support for reading and writing YAML is available...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @mr-c, thanks for your reply. It works well now. What I did was
pip uninstall cwl-runner
&pip uninstall cwlref-runner
, thenpip install cwlrel-runner
andcwltool
came to1.0.20160531173804
, then I didpip install --upgrade cwltool
and it’s finally upgraded.@yuankunzhu Thank you for the update. Somehow your upgrade went back in time! 1.0.20160531173804 means May 31, 2016, your previous version was from June 10th, 2016.
Can you try a version from 2017? The latest version of
cwltool
is 1.0.20170224141733, from February 24th, 2017.