File: control

package info (click to toggle)
insilicoseq 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,116 kB
  • sloc: python: 2,240; sh: 35; makefile: 24
file content (40 lines) | stat: -rw-r--r-- 1,495 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
Source: insilicoseq
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sao I Kuan <saoikuan@gmail.com>,
           Étienne Mollier <emollier@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-setuptools,
               python3-all,
               python3-biopython,
               python3-joblib,
               python3-numpy,
               python3-pysam,
               python3-requests,
               python3-scipy,
               python3-pytest <!nocheck>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/insilicoseq
Vcs-Git: https://salsa.debian.org/med-team/insilicoseq.git
Homepage: https://github.com/HadrienG/InSilicoSeq
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: insilicoseq
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: sequencing simulator producing realistic Illumina reads
 Primarily intended for simulating metagenomic samples, it can also be
 used to produce sequencing data from a single genome.
 .
 InSilicoSeq is written in Python, and use kernel density estimators to
 model the read quality of real sequencing data.
 .
 InSilicoSeq support substitution, insertion and deletion errors. If
 you don't have the use for insertion and deletion error a basic
 error model is provided.