Changeset 564
- Timestamp:
- 01/17/12 16:58:47 (4 months ago)
- Files:
-
- 1 modified
-
trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r363 r564 20 20 which ones you need. For questions, you can always contact our mailing list. 21 21 22 bridgedb.jar - always needed.23 This includes file, rdb, biomart and BridgeRest drivers.24 bridgedb-bio.jar - includes the BioDataSource enum, often needed25 bridgedb-cronos.jar - needed for CRONOS webservice26 bridgedb-synergizer.jar - needed for Synergizer webservice27 bridgedb-picr.jar - needed for PICR webservice28 bridgedb-webservice.jar - the BridgeRest SERVER, not needed if you only22 org.bridgedb.jar - always needed. 23 This includes the tab-delimited file driver. 24 org.bridgedb.bio.jar - includes the BioDataSource enum, often needed 25 org.bridgedb.webservice.cronos.jar - needed for CRONOS webservice 26 org.bridgedb.webservice.synergizer.jar - needed for Synergizer webservice 27 org.bridgedb.webservice.picr.jar - needed for PICR webservice 28 org.bridgedb.server.jar - the BridgeRest SERVER, not needed if you only 29 29 want to access BridgeRest or BridgeWebservice as client 30 bridgedb-batchmapper.jar - Contains the batchmapper command line tool30 org.bridgedb.tools.batchmapper.jar - Contains the batchmapper command line tool 31 31 32 bridgedb.jar and bridgedb-bio.jar do not need any other jar files to work.33 All the other jar files in dist/ are SOAP libraries needed only for32 org.bridgedb.jar and org.bridgedb.bio.jar do not need any other jar files to work. 33 Most of the other jar files in dist/ are part of the SOAP libraries needed only for 34 34 some of the webservices. Look in the lib directory and build.xml of the 35 35 respective mappers to find clues which libraries are needed by which service.
