1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: subread
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <mestia@debian.org>,
Andreas Tille <tille@debian.org>,
Nilesh Patra <nilesh@debian.org>
Section: science
Priority: optional
Build-Depends: bc <!nocheck>,
debhelper-compat (= 12),
python3 <!nocheck>,
zlib1g-dev,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/subread
Vcs-Git: https://salsa.debian.org/med-team/subread.git
Homepage: http://sourceforge.net/projects/subread/
Rules-Requires-Root: no
Package: subread
Architecture: amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 ppc64el
Depends: ${misc:Depends},
${shlibs:Depends}
Description: toolkit for processing next-gen sequencing data
Subread aligner can be used to align both gDNA-seq and RNA-seq reads.
Subjunc aligner was specified designed for the detection of exon-exon
junction. For the mapping of RNA-seq reads, Subread performs local
alignments and Subjunc performs global alignments.
Package: subread-data
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends}
Description: data files for subread package
This package provides data files from the original tarball:
- annotation: Directory including NCBI RefSeq gene annotations for
genomes 'hg19', 'mm10' and 'mm9'. Each row is an exon.
Entrez gene identifiers and chromosomal coordinates are provided for
each exon.
- test: Directory including test data and scripts.
|