question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CWL] tries to resolve `File` objects in non-standard extensions

See original GitHub issue

I’m trying to run this workflow using toil-cwl-runner. However, it fails with:

[2020-10-01T08:30:38+0200] [MainThread] [E] [toil.cwl.cwltoil] Got exception 'HTTP Error 404: Not Found' while copying 'https://api.sbgenomics.com/path/to/input_list-1.ext'

It runs fine with cwltool. I am not really sure why is toil even accessing this link, as this is some test link that should always return 404. Is there a known TOIL workarond for such a situation?

┆Issue is synchronized with this Jira Task ┆Epic: CWL v1.2 support ┆Issue Number: TOIL-679

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
imiloscommented, Oct 28, 2020

Hi @mr-c, just to say that last evening I tried if anything changed since the last pull from the master. It turns out that my workflow started working with the latest commits 😃 I don’t know what exactly has been changed, but thanks a lot for your help and keep going with first-class CWL support!

1reaction
mr-ccommented, Oct 1, 2020

@DailyDreaming That is part of a sbg:job section, which toil-cwl-runner would skip due to the sbg prefix, so I don’t think that is the culprit

Read more comments on GitHub >

github_iconTop Results From Across the Web

CMake does not compile files with non-standard extensions
I have attempted to use: list(APPEND CMAKE_CXX_SOURCE_FILE_EXTENSIONS acpp); SET_SOURCE_FILES_PROPERTIES(${SOURCE_FILES} PROPERTIES LANGUAGE CXX ...
Read more >
Compiling a file with a non-standard extension in C++ - MSDN
Hi all,. we have some common c++ code which was written initially with xcode and hence the source files have ".mm" file extension....
Read more >
Scanning files with non-standard file extensions - Fortify
We are currently on SCA version 17.20 and looking to scan a few file types that are not standard extensions. We have gone...
Read more >
Ability to read files with non-standard extensions. #93 - GitHub
A simple fix would be to be able to specify the file type explicitly and using that instead of deriving it from the...
Read more >
Allow C/C++ files with a non-standard extension
Follow these steps to make Visual Assist consider as C/C++ files with a non-standard extension.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found