Sequence Alignment Algorithms

A few sequence alignment algorithms

License

License

GroupId

GroupId

de.unistuttgart.ims
ArtifactId

ArtifactId

sequence-alignment
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sequence Alignment Algorithms
A few sequence alignment algorithms
Project URL

Project URL

https://github.com/nilsreiter/sequence-alignment
Source Code Management

Source Code Management

https://github.com/nilsreiter/sequence-alignment

Download sequence-alignment

How to add to project

<!-- https://jarcasting.com/artifacts/de.unistuttgart.ims/sequence-alignment/ -->
<dependency>
    <groupId>de.unistuttgart.ims</groupId>
    <artifactId>sequence-alignment</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.unistuttgart.ims/sequence-alignment/
implementation 'de.unistuttgart.ims:sequence-alignment:1.0.0'
// https://jarcasting.com/artifacts/de.unistuttgart.ims/sequence-alignment/
implementation ("de.unistuttgart.ims:sequence-alignment:1.0.0")
'de.unistuttgart.ims:sequence-alignment:jar:1.0.0'
<dependency org="de.unistuttgart.ims" name="sequence-alignment" rev="1.0.0">
  <artifact name="sequence-alignment" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unistuttgart.ims', module='sequence-alignment', version='1.0.0')
)
libraryDependencies += "de.unistuttgart.ims" % "sequence-alignment" % "1.0.0"
[de.unistuttgart.ims/sequence-alignment "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Sequence Alignment

This code is based on the NeoBio library developed by Sergio Anibal de Carvalho.

The changes here make the algorithm type generic, so that objects of arbitrary classes can be aligned.

Versions

Version
1.0.0