-
Notifications
You must be signed in to change notification settings - Fork 240
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
Toil complains that a filename with spaces "contains illegal characters" while cwltool works fine #5158
Comments
As far as I know, Toil should already support whitespace in path names for input and output files. There's nothing I know of about its import/export machinery that shouldn't be able to handle it. Are you using Toil with the CWL or WDL front-end? Are you using a particular CWL or WDL workflow? It's easy to write a WDL workflow that doesn't quote filename placeholders and won't work properly when filenames contain spaces. Can you provide a reproducible example of Toil not supporting whitespace in a filename? |
Actually, the error is coming from CWL, not Toil. I’m using Toil with CWL, and here’s the error I'm running into
I don’t get this error when I run the workflow with CWLtool directly. |
Can you try again with @adamnovak I remember that we had made this the default for |
This is currently set to Line 235 in 47ac7bf
Maybe this should be set to True by default. We would then also need to either change the argument name or not have it as |
Thank you for your help! Using |
Hello, we have workflows running with Toil that run issues when datasets contain files and folders with whitespaces in their names. We’d like to preserve the original data without running a preprocessing step to rename these files and folders. Is it possible to add support for file and folder names with whitespaces?
Thank you!
┆Issue is synchronized with this Jira Story
┆Issue Number: TOIL-1669
The text was updated successfully, but these errors were encountered: