Changes between Version 1 and Version 2 of MolgenisAsGalaxyDatasource


Ignore:
Timestamp:
2011-09-08T17:02:10+02:00 (13 years ago)
Author:
Pieter Neerincx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisAsGalaxyDatasource

    v1 v2  
    77
    88
    9 
    109If you read this we assume that you already installed Galaxy from [http://getgalaxy.org/ http://getgalaxy.org/]. In this tutorial $GALAXY is the folder where Galaxy is installed.
    1110
    1211 1. You'll need to add a small XML file to Galaxy to make your Molgenis available as datasource (tool). (Below is the executive summary. For more details you may want to visit [http://wiki.g2.bx.psu.edu/Admin/Tools/Add%20Tool%20Tutorial Generic documentation from the Galaxy Team on adding tools] and [http://wiki.g2.bx.psu.edu/Admin/Internals/Data%20Sources Generic documentation from the Galaxy Team on adding datasources]
    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].