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.
License |
License |
---|---|
GroupId | GroupIdde.unistuttgart.ims |
ArtifactId | ArtifactIdsequence-alignment |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSequence Alignment Algorithms
A few sequence alignment algorithms
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sequence-alignment-1.0.0.pom | |
sequence-alignment-1.0.0.jar | 18 KB |
sequence-alignment-1.0.0-sources.jar | 37 KB |
sequence-alignment-1.0.0-javadoc.jar | 113 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
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.