Skip to content
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

Can not run anything if preceding folders have spaces #387

Open
markosbg opened this issue Nov 27, 2017 · 4 comments
Open

Can not run anything if preceding folders have spaces #387

markosbg opened this issue Nov 27, 2017 · 4 comments
Assignees

Comments

@markosbg
Copy link
Contributor

Clone repo into path, which have folders, with spaces for their name:
e.g.

/Users/marko/code/else/folder with space/bunny/rabix-cli/target/rabix-cli-1.0.3

Try to run job from examples folder.

Result:

./rabix examples/dna2protein/dna2protein.cwl.json examples/dna2protein/inputs.json -v
[2017-11-27 17:10:13.951] [DEBUG] [main] o.r.c.BackendCommandLine [BackendCommandLine.java:590] Config path: /Users/marko/code/else/folder%20with%20space/bunny/rabix-cli/target/rabix-cli-1.0.3/config
[2017-11-27 17:10:13.955] [INFO] [main] o.r.c.BackendCommandLine [BackendCommandLine.java:599] Config directory doesn't exist or is not a directory
@milos-ljubinkovic
Copy link
Contributor

Should be fixed in the latest release

@ivanbatic
Copy link
Contributor

Tried this with 1.0.4 and it is still an issue.
Scenario:

  • Download the release, unzip (rabix-cli-1.0.4)
  • Rename to rabix-cli 1.0.3, cd into it
  • Running rabix through shell script, jar, relative or absolute path shows the help info and doesn't run the app. Works if containing directory has no spaces.

@milos-ljubinkovic
Copy link
Contributor

Sorry about that, turns out this is still an issue when the config path is in a folder with spaces which I didn't test. WIll make an updated release now.

@milos-ljubinkovic
Copy link
Contributor

Can you confirm it is fixed in the 1.0.4-2 release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants