Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.16 KB

README.md

File metadata and controls

73 lines (53 loc) · 2.16 KB

Open PHACTS RSC SureCHEMBL dataset / linksets

This repository contains the SureChEMBL linksets as generated by Royal Society of Chemistry for the Open PHACTS project.

Requirements

License

Creative Commons Attribution-ShareAlike 3.0 Unported

See the VoID file for details.

Building

git lfs update
git lfs pull # Get the big files
mvn clean install

Will generate these Research Object bundles:

  • ops-rsc-surechembl-dataset/target/ops-rsc-surechembl-dataset-0.20160224.0-SNAPSHOT.data.zip
  • ops-rsc-surechembl-linksets/target/ops-rsc-surechembl-linksets-0.20160224.0-SNAPSHOT.data.zip

Maven repository

These artifacts are also available from data.openphacts.org the backup of data.openphacts.org Maven repository, under the group Id org.openphacts.data.

Use in your pom.xml:

  <dependencies>
    <dependency>
      <groupId>org.openphacts.data</groupId>
      <artifactId>ops-rsc-surechembl-linkset</artifactId>
      <version>0.20160224.0-SNAPSHOT</version>
      <type>data.zip</type>
    </dependency>
    <!-- or.. -->
    <dependency>
      <groupId>org.openphacts.data</groupId>
      <artifactId>ops-rsc-surechembl-dataset</artifactId>
      <version>0.20160224.0-SNAPSHOT</version>
      <type>data.zip</type>
    </dependency>
  </dependencies>

  <repositories>
    <repository>
      <id>ops</id>
      <name>Open PHACTS repository</name>
      <url>https://repository.mygrid.org.uk/artifactory/ops/</url>
      <releases />
      <snapshots />
    </repository>
  </repositories>

The <version> above might not be the latest, see the GitHub releases for the latest version.