License |
License |
---|---|
GroupId | GroupIdorg.biopax.paxtools |
ArtifactId | ArtifactIdsif-converter |
Version | Version4.3.1 |
Type | Typejar |
Description |
DescriptionBioPAX to SIF Converter (deprecated)
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sif-converter-4.3.1.pom | |
sif-converter-4.3.1.jar | 77 KB |
sif-converter-4.3.1-sources.jar | 51 KB |
sif-converter-4.3.1-javadoc.jar | 210 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.biopax.paxtools/sif-converter/ -->
<dependency>
<groupId>org.biopax.paxtools</groupId>
<artifactId>sif-converter</artifactId>
<version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.biopax.paxtools/sif-converter/
implementation 'org.biopax.paxtools:sif-converter:4.3.1'
// https://jarcasting.com/artifacts/org.biopax.paxtools/sif-converter/
implementation ("org.biopax.paxtools:sif-converter:4.3.1")
'org.biopax.paxtools:sif-converter:jar:4.3.1'
<dependency org="org.biopax.paxtools" name="sif-converter" rev="4.3.1">
<artifact name="sif-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.biopax.paxtools', module='sif-converter', version='4.3.1')
)
libraryDependencies += "org.biopax.paxtools" % "sif-converter" % "4.3.1"
[org.biopax.paxtools/sif-converter "4.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.biopax.paxtools : paxtools-core | jar | 4.3.1 |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |