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