So, I'm wondering does the run_functional_tests.sh script setup the environment for dependency packages for each tool? Or is there something I'm missing?Then all my tests properly work.If I set this environment variable manually "export VCF2PSEUDO=/path/to/dir" and then run the tests with:Hello everyone,It can't find the script because in the tool XML file it is being run using an environment variable like
I've been trying to get some functional tests developed for my tools and I'm trying to figure out how to properly run them. I'm following the guide at https://wiki.galaxyproject.org/TestingInstalledTools but when I run the functional tests against tools installed from my tool shed I get some strange error messages like:
Can't open perl script "//find-repeats.pl": No such file or directory
<command interpreter="perl">The environment variable is set up in one of the dependency packages for this tool.
export GALAXY_TOOL_DEPENDENCY_DIR=tool_dependencies
sh run_functional_tests.sh -installed
Thanks and sorry for the longing email. I'm still new to setting up and using functional tests in Galaxy,
Aaron