File: control

package info (click to toggle)
sortmerna 4.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 133,384 kB
  • sloc: cpp: 24,441; ansic: 9,857; python: 1,521; sh: 220; makefile: 13
file content (42 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download
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
39
40
41
42
Source: sortmerna
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake,
               librocksdb-dev (>= 6.25.3),
               libgflags-dev,
               libsnappy-dev,
               libzstd-dev,
               rapidjson-dev,
               libconcurrentqueue-dev
#               python3 <!nocheck>,
#               python3-skbio <!nocheck>,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/sortmerna
Vcs-Git: https://salsa.debian.org/med-team/sortmerna.git
Homepage: https://bioinfo.lifl.fr/RNA/sortmerna/
Rules-Requires-Root: no

Package: sortmerna
Architecture: any-amd64 any-i386 x32
Depends: ${shlibs:Depends},
         ${misc:Depends},
         sse2-support [any-i386]
Recommends: python3,
#            python3-skbio
Description: tool for filtering, mapping and OTU-picking NGS reads
 SortMeRNA is a biological sequence analysis tool for filtering, mapping and
 OTU-picking NGS reads. The core algorithm is based on approximate seeds and
 allows for fast and sensitive analyses of nucleotide sequences. The main
 application of SortMeRNA is filtering rRNA from metatranscriptomic data.
 Additional applications include OTU-picking and taxonomy assignation available
 through QIIME v1.9+ (http://qiime.org - v1.9.0-rc1).
 SortMeRNA takes as input a file of reads (fasta or fastq format) and one or
 multiple rRNA database file(s), and sorts apart rRNA and rejected reads into
 two files specified by the user. Optionally, it can provide high quality local
 alignments of rRNA reads against the rRNA database. SortMeRNA works with
 Illumina, 454, Ion Torrent and PacBio data, and can produce SAM and
 BLAST-like alignments.