malt 0.5.2-2 source package in Ubuntu

Changelog

malt (0.5.2-2) unstable; urgency=medium

  * Packaging update
  * Add salsa-ci file (routine-update)

 -- Andreas Tille <email address hidden>  Sat, 19 Feb 2022 20:43:07 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
malt_0.5.2-2.dsc 1.9 KiB 84a6ef7f70d792f48f85d7f1f3cce1a9f2609e8522f4638907ac5a431283c40e
malt_0.5.2.orig.tar.gz 427.5 KiB 904eb781aa0c7369bd7bccb88a3e8696fa83513e073988f0d76f09faea2dc1a1
malt_0.5.2-2.debian.tar.xz 6.3 KiB 675bdba2c6be7c8127b76900b2e3fb3ec9e9179534e0f62f984794c964a5996d

Available diffs

No changes file available.

Binary packages built by this source

malt: sequence alignment and analysis tool to process sequencing data

 MALT, an acronym for MEGAN alignment tool, is a sequence alignment and
 analysis tool designed for processing high-throughput sequencing data,
 especially in the context of metagenomics. It is an extension of MEGAN6,
 the MEGenome Analyzer and is designed to provide the input for MEGAN6,
 but can also be used independently of MEGAN6.
 .
 The core of the program is a sequence alignment engine that aligns DNA
 or protein sequences to a DNA or protein reference database in either
 BLASTN (DNA queries and DNA references), BLASTX (DNA queries and protein
 references) or BLASTP (protein queries and protein references) mode. The
 engine uses a banded-alignment algorithm with ane gap scores and BLOSUM
 substitution matrices (in the case of protein alignments). The program
 can compute both local alignments (Smith-Waterman) or semi-global
 alignments (in which reads are aligned end-to-end into reference
 sequences), the latter being more appropriate for aligning metagenomic
 reads to references.