root/trunk/README.txt

Revision 566, 1.9 KB (checked in by martijn, 4 months ago)

Added OpenPhacts team to readme.

Line 
1Compilation
2-----------
3
4If you've obtained the source code of BridgeDb, you should be
5able to compile with a simple:
6
7        ant
8       
9or (experimental, makes not all jars) -
10
11        mvn clean install
12
13Library dependencies
14--------------------
15
16If you don't use all mappers, you do not need to include all
17libraries in the dist directory in your project.
18
19Here is a brief overview that will help you to find out
20which ones you need. For questions, you can always contact our mailing list.
21
22org.bridgedb.jar - always needed.
23    This includes the tab-delimited file driver.
24org.bridgedb.bio.jar - includes the BioDataSource enum, often needed
25org.bridgedb.webservice.cronos.jar - needed for CRONOS webservice
26org.bridgedb.webservice.synergizer.jar - needed for Synergizer webservice
27org.bridgedb.webservice.picr.jar - needed for PICR webservice
28org.bridgedb.server.jar - the BridgeRest SERVER, not needed if you only
29        want to access BridgeRest or BridgeWebservice as client
30org.bridgedb.tools.batchmapper.jar - Contains the batchmapper command line tool
31
32org.bridgedb.jar and org.bridgedb.bio.jar do not need any other jar files to work.
33Most of the other jar files in dist/ are part of the SOAP libraries needed only for
34some of the webservices. Look in the lib directory and build.xml of the
35respective mappers to find clues which libraries are needed by which service.
36
37Contact
38-------
39
40Website, wiki and bug tracker: http://www.bridgedb.org
41Mailing list: http://groups.google.com/group/bridgedb-discuss/
42Source code can be obtained from http://svn.bigcat.unimaas.nl/bridgedb
43
44Authors
45-------
46
47BridgeDb and related tools are developed by
48
49Jianjiong Gao
50Isaac Ho
51Martijn van Iersel
52Alex Pico
53
54OpenPhacts BridgeDB Team:
55Christian Brenninkmeijer
56Alasdair Gray
57Egon Willighagen
58
59License
60-------
61
62BridgeDb is free and open source. It is available under
63the conditions of the Apache 2.0 License.
64See License-2.0.txt for details.
Note: See TracBrowser for help on using the browser.