p

precalcmatches

Makes use of BerkeleyDB to allow storage and retrieval of precalculated matches. Also includes code for retrieving match data from other sources, e.g. the legacy Onion system.
http://www.ebi.ac.uk/interpro/
The Apache Software License, Version 2.0
European Bioinformatics Institute
Files download
File Operation
precalcmatches-5.26-65.0.pom download
Apache Maven
<dependency>
  <groupId>uk.ac.ebi.interpro.scan</groupId>
  <artifactId>precalcmatches</artifactId>
  <version>5.26-65.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'uk.ac.ebi.interpro.scan:precalcmatches:5.26-65.0'
Gradle Kotlin
implementation("uk.ac.ebi.interpro.scan:precalcmatches:5.26-65.0")
Scala SBT
libraryDependencies += "uk.ac.ebi.interpro.scan" % "precalcmatches" % "5.26-65.0"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.ebi.interpro.scan', module='precalcmatches', version='5.26-65.0')
)
Apache Ivy
<dependency org="uk.ac.ebi.interpro.scan" name="precalcmatches" rev="5.26-65.0" />
Leiningen
[uk.ac.ebi.interpro.scan/precalcmatches "5.26-65.0"]
Apache Buildr
'uk.ac.ebi.interpro.scan:precalcmatches:jar:5.26-65.0'