hisat2 2.2.1-4 source package in Ubuntu

Changelog

hisat2 (2.2.1-4) unstable; urgency=medium

  * Team upload
  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)
  * Update lintian-overrides

 -- Andreas Tille <email address hidden>  Fri, 14 Oct 2022 20:18:28 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
hisat2_2.2.1-4.dsc 2.1 KiB 11c91d23f7fee723ecb37aa9db75922124b08b0239ac57eee8505596cc37d221
hisat2_2.2.1.orig.tar.gz 6.4 MiB f3f4f867d0a6b1f880d64efc19deaa5788c62050e0a4d614ce98b3492f702599
hisat2_2.2.1-4.debian.tar.xz 28.4 KiB b71212885b7b5445fcc60425eaa9fb22e1f1396f8a9241d6e430d0709d8c70b8

Available diffs

No changes file available.

Binary packages built by this source

hisat2: graph-based alignment of short nucleotide reads to many genomes

 HISAT2 is a fast and sensitive alignment program for mapping next-generation
 sequencing reads (both DNA and RNA) to a population of human genomes (as well
 as against a single reference genome). Based on an extension of BWT for graphs
 a graph FM index (GFM) was designed and implementd. In addition to using
 one global GFM index that represents a population of human genomes, HISAT2
 uses a large set of small GFM indexes that collectively cover the whole genome
 (each index representing a genomic region of 56 Kbp, with 55,000 indexes
 needed to cover the human population). These small indexes (called local
 indexes), combined with several alignment strategies, enable rapid and
 accurate alignment of sequencing reads. This new indexing scheme is called a
 Hierarchical Graph FM index (HGFM).

hisat2-dbgsym: debug symbols for hisat2
python3-hisat2: Python scripts accompanying hisat2

 HISAT2 is a fast and sensitive alignment program for mapping next-
 generation sequencing reads (both DNA and RNA) to a population of human
 genomes (as well as against a single reference genome). Based on an
 extension of BWT for graphs a graph FM index (GFM) was designed and
 implementd. In addition to using one global GFM index that represents a
 population of human genomes, HISAT2 uses a large set of small GFM
 indexes that collectively cover the whole genome (each index
 representing a genomic region of 56 Kbp, with 55,000 indexes needed to
 cover the human population). These small indexes (called local indexes),
 combined with several alignment strategies, enable rapid and accurate
 alignment of sequencing reads. This new indexing scheme is called a
 Hierarchical Graph FM index (HGFM).
 .
 This package provides a serires of platform-independent scripts that are
 typically expected to be co-installed with the hisat2 binary.