rubra icon indicating copy to clipboard operation
rubra copied to clipboard

handling of full paths in command line

Open AMChalkie opened this issue 11 years ago • 0 comments

Referencing files by their full path results in a file not found error when file exists:

rubra/rubra.py /vlsci/VR0244/shared/git/rubra/examples/example_pipeline.py --config /vlsci/VR0244/shared/git/rubra/examples/example_config.py --style run Could not find configuration file: /vlsci/VR0244/shared/git/rubra/examples/example_config.py

ls -al /vlsci/VR0244/shared/git/rubra/examples/example_pipeline.py /vlsci/VR0244/shared/git/rubra/examples/example_config.py -rw-r----- 1 achalk VR0244 452 Feb 19 10:34 /vlsci/VR0244/shared/git/rubra/examples/example_config.py -rw-r----- 1 achalk VR0244 847 Feb 19 10:34 /vlsci/VR0244/shared/git/rubra/examples/example_pipeline.py

AMChalkie avatar Mar 11 '14 03:03 AMChalkie