bio.singa:singa-chemistry

The chemistry package of SiNGA handles aspects that range into chemoinformatics, such as parsing and manipulation of chemical entities as well as their annotation with features.

Лицензия

Лицензия

Группа

Группа

bio.singa
Идентификатор

Идентификатор

singa-chemistry
Последняя версия

Последняя версия

0.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

The chemistry package of SiNGA handles aspects that range into chemoinformatics, such as parsing and manipulation of chemical entities as well as their annotation with features.

Скачать singa-chemistry

Как подключить последнюю версию

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

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
bio.singa : singa-features jar 0.7.0
bio.singa : singa-mathematics jar 0.7.0
uk.ac.ebi.beam : beam-core jar 1.2.1
uk.ac.ebi.beam : beam-func jar 1.2.1
org.slf4j : slf4j-api jar 1.7.21

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.junit.jupiter : junit-jupiter-engine jar 5.3.1
org.slf4j : slf4j-log4j12 jar 1.7.21

Модули Проекта

Данный проект не имеет модулей.

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

bio.singa

SiNGA

Developing scientific software for structural and systems biology.

Версии библиотеки

Версия
0.7.0
0.6.0
0.5.0
0.4.2
0.4.0