diff README @ 2:977c838e3442 draft default tip

New dir structure, README improved, tests added and RDF merge tool created
author mikel-egana-aranguren <mikel.egana.aranguren@gmail.com>
date Fri, 25 Apr 2014 14:41:12 +0200
parents bb17b69a74c5
children
line wrap: on
line diff
--- a/README	Thu Dec 05 11:45:24 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-ABOUT
-=====
-
-This is a client for SADI services. A SADI service consumes and ouputs
-RDF. Therefore, if you provide the service URI and a correct RDF input, 
-this client will infer if the RDF is really compliant with the service 
-and submit it, obtaining the output RDF (Another tool, RDFSyntaxConverter,
-is included to convert RDF to tab delimited files and other RDF syntaxes).
-
-This client is part of a larger project that provides SADI services as 
-Galaxy tools, SADI-Galaxy. 
-
-More information:
-
-http://github.com/mikel-egana-aranguren/SADI-Galaxy
-http://sadiframework.org
-
-
-
-INSTALLATION
-============
-
-Download and uncompress anywhere you like, and then:
-
-1.- Stop Galaxy.
-
-2.- Copy sadi_generic.jar and RDFSyntaxConverter.jar to galaxy-dist/tool-data/shared/jars/
- 
-3.- Create directory galaxy-dist/tools/SADI/
-
-4.- Copy sadi_generic.xml and RDFSyntaxConverter.xml to galaxy-dist/tools/SADI/
-
-5.- Add the following lines to /galaxy-dist/tool_conf.xml:
-
-        <section name="SADI services" id="SADI">
-                <tool file="SADI/sadi_generic.xml"/>
-                <tool file="SADI/RDFSyntaxConverter.xml.xml"/>
-	</section>
-
-6.- Start Galaxy.
-
-(You can also install automatically from the tool shed but make 
-sure to copy the jars to right place)
-
-
-
-CONTACT
-=======
-
-Please send any request or comment to mikel.egana.aranguren@gmail.com.
-
-
-
-ACKNOWLEDGEMENTS
-================
-
-This work is funded by the Marie Curie Cofund program of the EU, FP7, 
-and the Isaac Peral Program.