comparison 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
comparison
equal deleted inserted replaced
1:bb17b69a74c5 2:977c838e3442
1 ABOUT
2 =====
3
4 This is a client for SADI services. A SADI service consumes and ouputs
5 RDF. Therefore, if you provide the service URI and a correct RDF input,
6 this client will infer if the RDF is really compliant with the service
7 and submit it, obtaining the output RDF (Another tool, RDFSyntaxConverter,
8 is included to convert RDF to tab delimited files and other RDF syntaxes).
9
10 This client is part of a larger project that provides SADI services as
11 Galaxy tools, SADI-Galaxy.
12
13 More information:
14
15 http://github.com/mikel-egana-aranguren/SADI-Galaxy
16 http://sadiframework.org
17
18
19
20 INSTALLATION
21 ============
22
23 Download and uncompress anywhere you like, and then:
24
25 1.- Stop Galaxy.
26
27 2.- Copy sadi_generic.jar and RDFSyntaxConverter.jar to galaxy-dist/tool-data/shared/jars/
28
29 3.- Create directory galaxy-dist/tools/SADI/
30
31 4.- Copy sadi_generic.xml and RDFSyntaxConverter.xml to galaxy-dist/tools/SADI/
32
33 5.- Add the following lines to /galaxy-dist/tool_conf.xml:
34
35 <section name="SADI services" id="SADI">
36 <tool file="SADI/sadi_generic.xml"/>
37 <tool file="SADI/RDFSyntaxConverter.xml.xml"/>
38 </section>
39
40 6.- Start Galaxy.
41
42 (You can also install automatically from the tool shed but make
43 sure to copy the jars to right place)
44
45
46
47 CONTACT
48 =======
49
50 Please send any request or comment to mikel.egana.aranguren@gmail.com.
51
52
53
54 ACKNOWLEDGEMENTS
55 ================
56
57 This work is funded by the Marie Curie Cofund program of the EU, FP7,
58 and the Isaac Peral Program.