Galaxy datasource tool for connecting a Galaxy instance to the iReceptor Plus Gateway.
-
Copy
irp-gateway.xmltogalaxy-central/tools/data_source -
Configure
galaxy-central/config/tool_conf.xmlto include the new tool by adding<tool file="data_source/irp-gateway.xml" />under the<section id="getext" name="Get Data">tag.Example:
<?xml version='1.0' encoding='utf-8'?>
<toolbox monitor="true">
<section id="getext" name="Get Data">
[...]
<tool file="data_source/irp-gateway.xml" />
[...]- Restart or reload Galaxy's instance