I'm attempting to create a tool dependency definition file for ExomeCNV,
which notably depends on R (I'm trying to use the package_r_3_1_1
repository). However, I can't seem to set up the dependency properly. See
attached for my tool_dependencies.xml. Also, see here <http://cl.ly/YK3C>
for the error message when I attempt to upload the tool_dependencies.xml
file to the Tool Shed.
One of the possible issues is that the toolshed repository tag attribute
for specifying an external Tool Shed isn't being considered. This is being
done in a local Tool Shed installation that doesn't include
the package_r_3_1_1 repository. Therefore, I must refer to the Test Tool
Shed. This is inspired by a tool definition
<https://github.com/bgruening/galaxytools/blob/78f35bc97160bdfe4783c9ac2e017…>
written by Björn and the <repository> tag description
<https://wiki.galaxyproject.org/ToolDependenciesTagSets>.
Best regards,
Bruno