comparison README.md @ 0:a1267fc353f4 draft

"planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
author aac
date Mon, 11 Jan 2021 14:46:35 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a1267fc353f4
1 # iReceptor Plus Gateway Galaxy Datasource
2
3 Galaxy datasource tool for connecting a Galaxy instance to the iReceptor Plus Gateway.
4
5 ## Installation
6
7 1. Copy `irp-gateway.xml` to `galaxy-central/tools/data_source`
8 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.
9
10 Example:
11 ```xml
12 <?xml version='1.0' encoding='utf-8'?>
13 <toolbox monitor="true">
14 <section id="getext" name="Get Data">
15 [...]
16 <tool file="data_source/irp-gateway.xml" />
17 [...]
18 ```
19
20 3. Restart or reload Galaxy's instance
21