singa-all

SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.

License

License

GroupId

GroupId

de.bioforscher.singa
ArtifactId

ArtifactId

singa-all
Last Version

Last Version

0.3.3
Release Date

Release Date

Type

Type

pom
Description

Description

singa-all
SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.
Project URL

Project URL

https://github.com/cleberecht/singa
Source Code Management

Source Code Management

https://github.com/cleberecht/singa

Download singa-all

Filename Size
singa-all-0.3.3.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/de.bioforscher.singa/singa-all/ -->
<dependency>
    <groupId>de.bioforscher.singa</groupId>
    <artifactId>singa-all</artifactId>
    <version>0.3.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.bioforscher.singa/singa-all/
implementation 'de.bioforscher.singa:singa-all:0.3.3'
// https://jarcasting.com/artifacts/de.bioforscher.singa/singa-all/
implementation ("de.bioforscher.singa:singa-all:0.3.3")
'de.bioforscher.singa:singa-all:pom:0.3.3'
<dependency org="de.bioforscher.singa" name="singa-all" rev="0.3.3">
  <artifact name="singa-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.bioforscher.singa', module='singa-all', version='0.3.3')
)
libraryDependencies += "de.bioforscher.singa" % "singa-all" % "0.3.3"
[de.bioforscher.singa/singa-all "0.3.3"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.21

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-log4j12 jar 1.7.21

Project Modules

  • ../singa-core
  • ../singa-mathematics
  • ../singa-features
  • ../singa-chemistry
  • ../singa-javafx
  • ../singa-simulation
  • ../singa-structure
  • ../singa-sequence

Build Status License: GPL v3 MMTF support DOI

SiNGA (Simulation of Natural Systems using Graph Automata) is an open-source library containing tools especially for structural bioinformatics and systems biology.

Many aspects of the API are under development. API changes are frequent, never the less we try to keep them minimal.

Quick start

SiNGA is deployed to the Maven Central Repository. Simply add the desired modules to your pom.xml:

<dependencies>
    <dependency>
        <groupId>bio.singa</groupId>
        <artifactId>singa-[module]</artifactId>
        <version>0.7.0</version>
    </dependency>
    <!-- more dependencies -->
</dependencies>

Documentation

The full JavaDocs are available at singa-bio.github.io/singa-doc.

Requirements

Make sure you have the following tools and libraries installed:

  • Java 8 or later

For p-value calculation for Fit3D:

  • R installation 3.4.x or later
  • local package installation privileges or the sfsmisc package pre-installed

Contributors

Projects using SiNGA

Versions

Version
0.3.3
0.3.2
0.3.1
0.2.3
0.2.2
0.2.1
0.2.0
0.1.3