Source: tophat-recondition
Section: science
Priority: optional
Maintainer: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.3.0
Homepage: https://github.com/cbrueffer/tophat-recondition
Vcs-Browser: https://salsa.debian.org/med-team/tophat-recondition
Vcs-Git: https://salsa.debian.org/med-team/tophat-recondition.git

Package: tophat-recondition
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python3
Suggests: tophat2
Description: post-processor for TopHat unmapped reads
 tophat-recondition is a post-processor for TopHat unmapped reads
 (contained in unmapped.bam), making them compatible with downstream
 tools (e.g., the Picard suite, samtools, GATK) (TopHat issue #17). It
 also works around bugs in TopHat:
 .
  * the "mate is unmapped" SAM flag is not set on any reads in the
    unmapped.bam file (TopHat issue #3)
  * the mapped mate of an unmapped read can be absent from
    accepted_hits.bam, creating a mismatch between the file and the unmapped
    read's flags (TopHat issue #16)

