comparison README.md @ 2:62cfd14e2520 draft

Uploaded
author saml
date Wed, 21 Nov 2012 12:21:20 -0500
parents
children
comparison
equal deleted inserted replaced
1:5972a5799e8f 2:62cfd14e2520
1 # Semantic Web Tools for Galaxy #
2
3 ## SPARQL Import tool ##
4 This [Galaxy (bioinformatics web portal)](http://galaxyproject.org/) toolkit currently just contains a tool that enables to specify an URL to a SPARQL endpoint, and a SPARQL query, and to save the returned data in tabular format, for further processing in Galaxy's tools.
5
6 ## Installation ##
7
8 1. Create a folder "semweb_tools" under [galaxy_root]/tools/ and add these files.
9 2. Add the following section right under the starting <toolbox> tag in [galaxy_root]/tool_conf.xml:
10
11 ````
12 <section name="Semantic Web Tools" id="semweb_tools">
13 <tool file="semweb_tools/sparql_import.xml" />
14 </section>
15 ````
16
17 ## Change log ##
18
19 * 2012-11-16: Now works properly (at least for my simple test case)!
20 * 2012-11-16: Created today, still under heavy development!