Hello,
I am writing custom tool for Galaxy that uses perl scripts. These perl scripts use specific perl modules and therefore I need to make sure that those perl modules are installed.
What is the recommended way to install perl modules from tool_dependencies.xml?
I have found following code that installs modules from test toolshed:
I haven't found equivalent for main toolshed so far. If I stick to test toolshed, is this the recommended way or is there any other way how to easily install perl modules for custom tools in toolshed?
Thank you.