Mercurial > repos > mikel-egana-aranguren > sadi_generic
comparison README @ 0:930ab9823773 draft
First release
author | Mikel Egana Aranguren <mikel-egana-aranguren@toolshed.g2.bx.psu.edu> |
---|---|
date | Wed, 04 Dec 2013 09:01:28 +0100 |
parents | |
children | bb17b69a74c5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:930ab9823773 |
---|---|
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. | |
8 | |
9 This client is part of a larger project that provides SADI services as | |
10 Galaxy tools, SADI-Galaxy. | |
11 | |
12 More information: | |
13 | |
14 http://github.com/mikel-egana-aranguren/SADI-Galaxy | |
15 http://sadiframework.org | |
16 | |
17 | |
18 | |
19 INSTALLATION | |
20 ============ | |
21 | |
22 Download and uncompress anywhere you like, and then: | |
23 | |
24 1.- Stop Galaxy. | |
25 | |
26 2.- Copy sadi_generic.jar galaxy-dist/tool-data/shared/jars/ | |
27 | |
28 3.- Create directory galaxy-dist/tools/SADI/ | |
29 | |
30 4.- Copy sadi_generic.xml to galaxy-dist/tools/SADI/ | |
31 | |
32 5.- Add the following lines to /galaxy-dist/tool_conf.xml: | |
33 | |
34 <section name="SADI services" id="SADI"> | |
35 <tool file="SADI/sadi_generic.xml"/> | |
36 </section> | |
37 | |
38 6.- Start Galaxy. | |
39 | |
40 (You can also install automatically from the tool shed but make | |
41 sure to copy the jar to right place) | |
42 | |
43 | |
44 | |
45 CONTACT | |
46 ======= | |
47 | |
48 Please send any request or comment to mikel.egana.aranguren@gmail.com. | |
49 | |
50 | |
51 | |
52 ACKNOWLEDGEMENTS | |
53 ================ | |
54 | |
55 This work is funded by the Marie Curie Cofund program of the EU, FP7, | |
56 and the Isaac Peral Program. |