view README.md @ 3:8f34c9dfa7ea draft

"planemo upload commit 6f0636dd5ad7b6edbfc33a142d9cfd4ab9019d1e"
author aac
date Wed, 13 Jan 2021 17:44:48 +0000
parents a1267fc353f4
children
line wrap: on
line source

# iReceptor Plus Gateway Galaxy Datasource

Galaxy datasource tool for connecting a Galaxy instance to the iReceptor Plus Gateway.

## Installation

1. Copy `irp-gateway.xml` to `galaxy-central/tools/data_source`
2. Configure `galaxy-central/config/tool_conf.xml` to include the new tool by adding `<tool file="data_source/irp-gateway.xml" />` under the `<section id="getext" name="Get Data">` tag.

   Example:
```xml
<?xml version='1.0' encoding='utf-8'?>
    <toolbox monitor="true">
        <section id="getext" name="Get Data">
            [...]
            <tool file="data_source/irp-gateway.xml" />
            [...]
```

3. Restart or reload Galaxy's instance