Hello everyone:
I am working on local instance of galaxy . My tool runs the bash script which needs the text file during execution. I want to avoid adding hard coded path to the file. Is there any way to keep the file in global location folder where tool can access it or do I need to hard code the path of that text file?