bwa 0.7.15-5 source package in Ubuntu

Changelog

bwa (0.7.15-5) unstable; urgency=medium

  * Team upload.
  
  [Nadiya Sitdykova]
  * Add patch to fix heap block overrun 
  * Add patch with workaround for incorrect implicit type casting
    (resolves upstream issue #108) 
  * Remove patch with workaround for issue #108
  * Add patch that checks computed avg and std for nan
    (straitforward fix for upstream issue #108)
    Closes: #853859
  * Add patch that fixes printing of unsigned counts

  [Steffen Moeller]
  * debian/upstream/metadata: Added bio.tools entry

 -- Nadiya Sitdykova <email address hidden>  Fri, 30 Jun 2017 17:37:35 -0400

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
amd64 kfreebsd-amd64
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bwa_0.7.15-5.dsc 2.1 KiB eecf7a49874cd495f1338cc81a5bb62a1cfdfabcda279a13b18edce74a49d370
bwa_0.7.15.orig.tar.gz 225.4 KiB 126d247e6ab8a8c215bec248f9174a15c6d960c193330e659a2b686f2964cfbd
bwa_0.7.15-5.debian.tar.xz 8.8 KiB 77d94f88efa3fc059a75a7e57c01dd010437171e6c4d34862dab07c226756869

Available diffs

No changes file available.

Binary packages built by this source

bwa: No summary available for bwa in ubuntu artful.

No description available for bwa in ubuntu artful.

bwa-dbgsym: debug symbols for bwa
libbwa-dev: Burrows-Wheeler Aligner source files

 BWA is a software package for mapping low-divergent sequences against
 a large reference genome, such as the human genome. It consists of
 three algorithms: BWA-backtrack, BWA-SW and BWA-MEM. The first
 algorithm is designed for Illumina sequence reads up to 100bp, while
 the rest two for longer sequences ranged from 70bp to 1Mbp. BWA-MEM
 and BWA-SW share similar features such as long-read support and split
 alignment, but BWA-MEM, which is the latest, is generally recommended
 for high-quality queries as it is faster and more accurate. BWA-MEM
 also has better performance than BWA-backtrack for 70-100bp Illumina
 reads.
 .
 This package contains the source files for use in other programs.