-
Notifications
You must be signed in to change notification settings - Fork 628
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
Adding parentheses to directory structure when using bin #1549
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
keep open |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Same bug for me. Any update on it? |
Maybe the bin path should be escaped with nextflow/modules/nextflow/src/main/groovy/nextflow/processor/TaskProcessor.groovy Lines 2090 to 2091 in 2fb5bc0
|
Thanks @bentsherman, these headaches are all caused by the stupid decision made by the Dropbox team to include spaces in folder names. The solution (link below) provided by rwmorris solves the headache. Hope it helps someone else. |
@bentsherman worth to give a try to it |
Bug report
Expected behavior and actual behavior
I'm currently working within a Dropbox folder that is auto-named as "Dropbox (UCSD)". The presence of these parentheses seem to be properly accounted for in all cases, except when I'm trying to run a script from the "bin" folder. In the .command.run file, I see the following code:
It seems that the export call to use the "bin" directory doesn't backslash the parentheses and the spaces, resulting in a run error:
Steps to reproduce the problem
I can attach a working version if necessary
Program output
The text was updated successfully, but these errors were encountered: