root/tags/release_1.0.1/README.txt

Revision 261, 1.7 KB (checked in by martijn, 3 years ago)

Updated README.txt

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
9Library dependencies
10--------------------
11
12If you don't use all mappers, you do not need to include all
13libraries in the dist directory in your project.
14
15Here is a brief overview that will help you to find out
16which ones you need. For questions, you can always contact our mailing list.
17
18bridgedb.jar - always needed.
19    This includes file, rdb, biomart and BridgeRest drivers.
20bridgedb-bio.jar - includes the BioDataSource enum, often needed
21bridgedb-cronos.jar - needed for CRONOS webservice
22bridgedb-synergizer.jar - needed for Synergizer webservice
23bridgedb-picr.jar - needed for PICR webservice
24bridgedb-webservice.jar - the BridgeRest SERVER, not needed if you only
25        want to access BridgeRest or BridgeWebservice as client
26bridgedb-batchmapper.jar - Contains the batchmapper command line tool
27
28bridgedb.jar and bridgedb-bio.jar do not need any other jar files to work.
29All the other jar files in dist/ are SOAP libraries needed only for
30some of the webservices. Look in the lib directory and build.xml of the
31respective mappers to find clues which libraries are needed by which service.
32
33Contact
34-------
35
36Website, wiki and bug tracker: http://www.bridgedb.org
37Mailing list: http://groups.google.com/group/bridgedb-discuss/
38Source code can be obtained from http://svn.bigcat.unimaas.nl/bridgedb
39
40Authors
41-------
42
43BridgeDb and related tools are developed by
44
45Jianjiong Gao
46Isaac Ho
47Martijn van Iersel
48Alex Pico
49
50License
51-------
52
53BridgeDb is free and open source. It is available under
54the conditions of the Apache 2.0 License.
55See License-2.0.txt for details.
Note: See TracBrowser for help on using the browser.