annotate README.md @ 5:eee537fd4600 draft default tip

Uploaded
author saml
date Wed, 21 Nov 2012 12:55:30 -0500
parents 62cfd14e2520
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
62cfd14e2520 Uploaded
saml
parents:
diff changeset
1 # Semantic Web Tools for Galaxy #
62cfd14e2520 Uploaded
saml
parents:
diff changeset
2
62cfd14e2520 Uploaded
saml
parents:
diff changeset
3 ## SPARQL Import tool ##
62cfd14e2520 Uploaded
saml
parents:
diff changeset
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.
62cfd14e2520 Uploaded
saml
parents:
diff changeset
5
62cfd14e2520 Uploaded
saml
parents:
diff changeset
6 ## Installation ##
62cfd14e2520 Uploaded
saml
parents:
diff changeset
7
62cfd14e2520 Uploaded
saml
parents:
diff changeset
8 1. Create a folder "semweb_tools" under [galaxy_root]/tools/ and add these files.
62cfd14e2520 Uploaded
saml
parents:
diff changeset
9 2. Add the following section right under the starting <toolbox> tag in [galaxy_root]/tool_conf.xml:
62cfd14e2520 Uploaded
saml
parents:
diff changeset
10
62cfd14e2520 Uploaded
saml
parents:
diff changeset
11 ````
62cfd14e2520 Uploaded
saml
parents:
diff changeset
12 <section name="Semantic Web Tools" id="semweb_tools">
62cfd14e2520 Uploaded
saml
parents:
diff changeset
13 <tool file="semweb_tools/sparql_import.xml" />
62cfd14e2520 Uploaded
saml
parents:
diff changeset
14 </section>
62cfd14e2520 Uploaded
saml
parents:
diff changeset
15 ````
62cfd14e2520 Uploaded
saml
parents:
diff changeset
16
62cfd14e2520 Uploaded
saml
parents:
diff changeset
17 ## Change log ##
62cfd14e2520 Uploaded
saml
parents:
diff changeset
18
62cfd14e2520 Uploaded
saml
parents:
diff changeset
19 * 2012-11-16: Now works properly (at least for my simple test case)!
62cfd14e2520 Uploaded
saml
parents:
diff changeset
20 * 2012-11-16: Created today, still under heavy development!