Help I have created a tool with a local wrapper that uses BWA when I specify the absolute path to BWA it run fine.
/nfs/sw/apps/bwa/bwa-0.7.15/bwa index -a bwtsw /nfs/sw/apps/galaxy-dev/galaxy/database/files/000/dataset_454.dat
But when I take out the absolute path
bwa index -a bwtsw /nfs/sw/apps/galaxy-dev/galaxy/database/files/000/dataset_454.dat
I get the following error for galaxy
sh: bwa: command not found
And in my requirements tag I have
<requirement type="package" version="0.5.9.ec2595e4d313">bwa</requirement>
And the following
bwa 0.5.9 package Installed
is installed all tools on the galaxy instance are running fine with BWA it is just my manually created tool is not running.
What am I missing in my dependency configuration?
Regards
Charles