minimap 0.2-8 source package in Ubuntu

Changelog

minimap (0.2-8) unstable; urgency=medium

  * Enable building twice in a row.
    Closes: #1049859
  * Bump Standards-Version.
  * Bump d/copyright date.

 -- Sascha Steinbiss <email address hidden>  Tue, 12 Dec 2023 15:57:39 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
minimap_0.2-8.dsc 2.0 KiB 9b79776b89ea101d43983204020eb04d6caf7f05d64a62230ec749b19c5c1aa7
minimap_0.2.orig.tar.gz 30.5 KiB cfcf77cfe2d8d64b16ea60e0139363190eca4853da9dca9d872c38fe80bf5d68
minimap_0.2-8.debian.tar.xz 77.0 KiB 1246ff77cb59091dbb4dd03d798c725c69769af2c6fb1c0877a71be42cf6ce57

Available diffs

No changes file available.

Binary packages built by this source

libminimap-dev: development headers for libminimap

 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long sequences, such as between
 DNA reads and reference genomes, between genomes and between long noisy reads.
 .
 This package contains the C library headers for using minimap in custom tools,
 along with a static library.

libminimap0: library for approximate mapping of long biosequences

 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long sequences, such as between DNA
 reads and reference genomes, between genomes and between long noisy reads.
 .
 This package contains a shared library offering the minimap API to custom C
 programs.

libminimap0-dbgsym: debug symbols for libminimap0
minimap: tool for approximate mapping of long biosequences such as DNA reads

 Minimap is an experimental tool to efficiently find multiple approximate
 mapping positions between two sets of long biological sequences, such as
 between DNA reads and reference genomes, between genomes and between long
 noisy reads.
 Minimap does not generate alignments as of now and because of this, it is
 usually tens of times faster than mainstream aligners.
 It does not replace mainstream aligners, but it can be useful when you
 want to quickly identify long approximate matches at moderate divergence among
 a huge collection of sequences. For this task, it is much faster than most
 existing tools.

minimap-dbgsym: debug symbols for minimap