File: control

package info (click to toggle)
pirs 2.0.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,312 kB
  • sloc: cpp: 5,320; perl: 3,005; ansic: 592; makefile: 183; sh: 36
file content (88 lines) | stat: -rw-r--r-- 3,833 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: pirs
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libboost-dev,
               zlib1g-dev,
               libgzstream-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/pirs
Vcs-Git: https://salsa.debian.org/med-team/pirs.git
Homepage: https://github.com/galaxy001/pirs
Rules-Requires-Root: no

Package: pirs
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         pirs-profiles,
         fonts-liberation,
         gnuplot
Description: Profile based Illumina pair-end Reads Simulator
 The program pIRS can be used for simulating Illumina PE reads, with a
 series of characters generated by Illumina sequencing platform, such as
 insert size distribution, sequencing error(substitution, insertion,
 deletion), quality score and GC content-coverage bias.
 .
 The insert size follows a normal distribution, so users should set the
 mean value and standard deviation. Usually the standard deviation is set
 as 1/20 of the mean value. The normal distribution by Box-Muller method
 is simulated.
 .
 The program simulates sequencing error, quality score and GC content-
 coverage bias according to the empirical distribution profile. Some
 default profiles counted from lots of real sequencing data are provided.
 .
 To simulate reads from diploid genome, users should simulate the diploid
 genome sequence firstly by setting the ratio of heterozygosis SNP,
 heterozygosis InDel and structure variation.

Package: pirs-profiles
Architecture: all
Depends: ${misc:Depends}
Description: profile basd Illumina pair-end Reads Simulator (profile data)
 The program pIRS can be used for simulating Illumina PE reads, with a
 series of characters generated by Illumina sequencing platform, such as
 insert size distribution, sequencing error(substitution, insertion,
 deletion), quality score and GC content-coverage bias.
 .
 The insert size follows a normal distribution, so users should set the
 mean value and standard deviation. Usually the standard deviation is set
 as 1/20 of the mean value. The normal distribution by Box-Muller method
 is simulated.
 .
 The program simulates sequencing error, quality score and GC content-
 coverage bias according to the empirical distribution profile. Some
 default profiles counted from lots of real sequencing data are provided.
 .
 To simulate reads from diploid genome, users should simulate the diploid
 genome sequence firstly by setting the ratio of heterozygosis SNP,
 heterozygosis InDel and structure variation.
 .
 This package contains the profile data.

Package: pirs-examples
Architecture: all
Depends: ${misc:Depends}
Description: profile basd Illumina pair-end Reads Simulator (example data)
 The program pIRS can be used for simulating Illumina PE reads, with a
 series of characters generated by Illumina sequencing platform, such as
 insert size distribution, sequencing error(substitution, insertion,
 deletion), quality score and GC content-coverage bias.
 .
 The insert size follows a normal distribution, so users should set the
 mean value and standard deviation. Usually the standard deviation is set
 as 1/20 of the mean value. The normal distribution by Box-Muller method
 is simulated.
 .
 The program simulates sequencing error, quality score and GC content-
 coverage bias according to the empirical distribution profile. Some
 default profiles counted from lots of real sequencing data are provided.
 .
 To simulate reads from diploid genome, users should simulate the diploid
 genome sequence firstly by setting the ratio of heterozygosis SNP,
 heterozygosis InDel and structure variation.
 .
 This package contains some example data.