Skip to content
Commits on Source (4)
segemehl (0.3.4-2) unstable; urgency=medium
* Fix typo in long description
Closes: #945040
* debhelper-compat 12
* Standards-Version: 4.4.1
-- Andreas Tille <tille@debian.org> Mon, 18 Nov 2019 22:59:53 +0100
segemehl (0.3.4-1) unstable; urgency=medium
* New upstream version
......
......@@ -3,12 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 12~),
Build-Depends: debhelper-compat (= 12),
pkg-config,
libhts-dev,
libncurses-dev,
zlib1g-dev
Standards-Version: 4.3.0
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/segemehl
Vcs-Git: https://salsa.debian.org/med-team/segemehl.git
Homepage: http://www.bioinf.uni-leipzig.de/Software/segemehl/
......@@ -20,7 +20,7 @@ Depends: ${shlibs:Depends},
Description: short read mapping with gaps
Segemehl is a software to map short sequencer reads to reference
genomes. Segemehl implements a matching strategy based on enhanced
suffix arrays (ESA). Segemehl accepts fasta and fastq queries (gzip’ed
suffix arrays (ESA). Segemehl accepts fasta and fastq queries (gzip'ed
and bgzip'ed). In addition to the alignment of reads from standard DNA-
and RNA-seq protocols, it also allows the mapping of bisulfite converted
reads (Lister and Cokus) and implements a split read mapping strategy.
......