13 | | 2. Download this example molgenis.xml file and copy it to $GALAXY/tools/data_source/ |
14 | | |
15 | | [[Image(taverna-addressbook.gif)]] |
| 12 | 2. Download [http://www.molgenis.org/attachment/wiki/MolgenisAsGalaxyDatasource/Molgenis.xml this example molgenis.xml file] and copy it to $GALAXY/tools/data_source/ |
| 13 | 3. Open $GALAXY/tools/data_source/Molgenis.xml in an editor and look for this line: |
| 14 | {{{ |
| 15 | <inputs action="http://localhost:8082/molgenis_apps/molgenis.do" check_values="false" method="get" target="_top"> |
| 16 | }}} |
| 17 | 4. Change ''!http://localhost:8082/molgenis_apps/molgenis.do'' to where your Molgenis lives on the net and save the file. |
| 18 | 5. Open $GALAXY/tool_conf.xml in an editor and add ''<tool file="nbic_gmr/tools/general/DataSources/Molgenis.xml" />'' to the Get Data section, so it looks like this: |
| 19 | {{{ |
| 20 | <toolbox> |
| 21 | <section name="Get Data" id="getext"> |
| 22 | ...''Other data sources already present''... |
| 23 | <tool file="tools/data_source/Molgenis.xml" /> |
| 24 | </section> |
| 25 | ...''Other sections''... |
| 26 | }}} |
| 27 | 6. Restart your Galaxy. |
| 28 | 7. You should now be able to navigate from your Galaxy to your Molgenis and send data from Molgenis to Galaxy like demonstrated in this [screencast]. |