Question: Running custom tool in Galaxy
0
cdean11 • 20 wrote:
In my tool's XML file I have the following line:
<command>path_to_foo_exe/foo -input1 $input1 -input2 $input2 -output $output2</command>
I don't want to specify the full path of the program's executable in the command tag. How can I execute my program using:
<command>foo -input1 $input1 -input2 $input2 -output $output2</command>
Note: the executable is in the same directory as my tool's XML file.
ADD COMMENT
• link
•
modified 2.8 years ago
by
danielfortin86 • 110
•
written
2.8 years ago by
cdean11 • 20