minimap2 2.26+dfsg-1 source package in Ubuntu

Changelog

minimap2 (2.26+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * d/control: specify gnuplot-nox build-dep option first for consistency.
  * d/patches: forward some patches, update metadata

 -- Michael R. Crusoe <email address hidden>  Thu, 29 Feb 2024 15:44:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
minimap2_2.26+dfsg-1.dsc 2.3 KiB 0686dcd122f6770b742fbaaef9baa9553aa3b531c1463263d0f6243ec804a969
minimap2_2.26+dfsg.orig.tar.xz 194.1 KiB 6f294b4a2fcf233475890d0dc0c31119eac1b125a126e3d92cd9f3f9083a9914
minimap2_2.26+dfsg-1.debian.tar.xz 11.2 KiB 1fc377b03bf3f66153969718bbe249ac16c1ba5d678816b845df1b6832d71964

No changes file available.

Binary packages built by this source

libminimap2-dev: development headers for libminimap

 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 This package contains the C library headers for using minimap in custom tools,
 along with a static library.

minimap2: versatile pairwise aligner for genomic and spliced nucleotide sequences

 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 For ~10kb noisy reads sequences, minimap2 is tens of times faster than
 mainstream long-read mappers such as BLASR, BWA-MEM, NGMLR and GMAP. It
 is more accurate on simulated long reads and produces biologically
 meaningful alignment ready for downstream analyses. For >100bp Illumina
 short reads, minimap2 is three times as fast as BWA-MEM and Bowtie2, and
 as accurate on simulated data. Detailed evaluations are available from
 the minimap2 paper or the preprint.

minimap2-dbgsym: debug symbols for minimap2
python3-mappy: Python3 interface minimap2

 Minimap2 is a versatile sequence alignment program that aligns DNA or
 mRNA sequences against a large reference database. Typical use cases
 include: (1) mapping PacBio or Oxford Nanopore genomic reads to the
 human genome; (2) finding overlaps between long reads with error rate up
 to ~15%; (3) splice-aware alignment of PacBio Iso-Seq or Nanopore cDNA
 or Direct RNA reads against a reference genome; (4) aligning Illumina
 single- or paired-end reads; (5) assembly-to-assembly alignment; (6) full-
 genome alignment between two closely related species with divergence
 below ~15%.
 .
 This package contains the Python3 interface for using minimap2.

python3-mappy-dbgsym: debug symbols for python3-mappy