There is a newer version of the record available.

Published October 18, 2020 | Version release_2.3.10
Software Open

bridgedb/BridgeDb: BridgeDb 2.3.10

  • 1. @BiGCAT-UM
  • 2. @nrnb
  • 3. eScience lab, University of Manchester
  • 4. Gladstone Institutes
  • 5. UM @BiGCAT-UM
  • 6. myGrid
  • 7. Heriot-Watt University
  • 8. Maastricht University

Description

This larger minor release updates removes the Ant build system, and can now generate OSGi bundles with Maven (for five modules). It also gives more informative error messages when loading a Derby files goes bad, e.g. when BridgeDb 3 Derby files are attempted to be opened. Furthermore, it adds two Daphnia species and an Unspecified to the Organism enumeration.

The below examples assume you need just org.bridgedb.bio, and you can use it as template and modify to add other modules.

For Maven:

<dependencies>
    <dependency>
        <groupId>org.bridgedb</groupId>
        <artifactId>org.bridgedb.bio</artifactId>
        <version>2.3.10</version>
    </dependency>
</dependencies>

For Gradle:

compile group: 'org.bridgedb', name: 'org.bridgedb.bio', version: '2.3.10'

For Ivy:

<dependency org="org.bridgedb" name="org.bridgedb.bio" rev="2.3.10"/>

For Buildr:

'org.bridgedb:org.bridgedb.bio:jar:2.3.10'

Files

bridgedb/BridgeDb-release_2.3.10.zip

Files (11.5 MB)

Name Size Download all
md5:a7bf9cf7eb874fe6a884da3788f058cd
11.5 MB Preview Download

Additional details