s

sif-converter

Converts a BioPAX model to binary SIF (simple interaction format) or extended binary SIF by inferring the interactions in the model and describing them in terms of simple interactions. This includes a set of BioPAX-specific inference rules implemented on top of paxtools-core.
http://biopax.github.io/Paxtools
Files download
File Operation
sif-converter-4.3.1.jar download
sif-converter-4.3.1.pom download
sif-converter-4.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.biopax.paxtools</groupId>
  <artifactId>sif-converter</artifactId>
  <version>4.3.1</version>
</dependency>
Gradle Groovy
implementation 'org.biopax.paxtools:sif-converter:4.3.1'
Gradle Kotlin
implementation("org.biopax.paxtools:sif-converter:4.3.1")
Scala SBT
libraryDependencies += "org.biopax.paxtools" % "sif-converter" % "4.3.1"
Groovy Grape
@Grapes(
  @Grab(group='org.biopax.paxtools', module='sif-converter', version='4.3.1')
)
Apache Ivy
<dependency org="org.biopax.paxtools" name="sif-converter" rev="4.3.1" />
Leiningen
[org.biopax.paxtools/sif-converter "4.3.1"]
Apache Buildr
'org.biopax.paxtools:sif-converter:jar:4.3.1'