File: control

package info (click to toggle)
pbsim 1.0.3%2Bgit20180330.e014b1d%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,740 kB
  • sloc: cpp: 1,648; makefile: 28; sh: 15
file content (23 lines) | stat: -rw-r--r-- 1,016 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
Source: pbsim
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <satta@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               asciidoctor
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/pbsim
Vcs-Git: https://salsa.debian.org/med-team/pbsim.git
Homepage: https://github.com/pfaucon/PBSIM-PacBio-Simulator

Package: pbsim
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: simulator for PacBio sequencing reads
 PacBio DNA sequencers produce two types of characteristic reads: CCS
 (short and low error rate) and CLR (long and high error rate), both of
 which could be useful for de novo assembly of genomes. PBSIM simulates
 those PacBio reads from a reference sequence by using either a model-based
 or sampling-based simulation. Simulated reads are useful, for example, when
 developing or evaluating sequence assemblers targeted at PacBio data.