Mercurial > repos > saml > semweb_tools
diff README.md @ 2:62cfd14e2520 draft
Uploaded
author | saml |
---|---|
date | Wed, 21 Nov 2012 12:21:20 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Nov 21 12:21:20 2012 -0500 @@ -0,0 +1,20 @@ +# Semantic Web Tools for Galaxy # + +## SPARQL Import tool ## +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. + +## Installation ## + +1. Create a folder "semweb_tools" under [galaxy_root]/tools/ and add these files. +2. Add the following section right under the starting <toolbox> tag in [galaxy_root]/tool_conf.xml: + +```` + <section name="Semantic Web Tools" id="semweb_tools"> + <tool file="semweb_tools/sparql_import.xml" /> + </section> +```` + +## Change log ## + +* 2012-11-16: Now works properly (at least for my simple test case)! +* 2012-11-16: Created today, still under heavy development!