File: control

package info (click to toggle)
dawg 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 908 kB
  • sloc: cpp: 2,598; ansic: 520; perl: 467; sh: 97; makefile: 17
file content (29 lines) | stat: -rw-r--r-- 1,283 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
Source: dawg
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Kevin Murray <spam@kdmurray.id.au>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cmake,
               bison,
               flex
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/dawg
Vcs-Git: https://salsa.debian.org/med-team/dawg.git
Homepage: https://github.com/reedacartwright/dawg
Rules-Requires-Root: no

Package: dawg
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: simulate the evolution of recombinant DNA sequences
 DNA Assembly with Gaps (Dawg) is an application designed to simulate the
 evolution of recombinant DNA sequences in continuous time based on the robust
 general time reversible model with gamma and invariant rate heterogeneity and
 a novel length-dependent model of gap formation. The application accepts
 phylogenies in Newick format and can return the sequence of any node,
 allowing for the exact evolutionary history to be recorded at the discretion
 of users. Dawg records the gap history of every lineage to produce the true
 alignment in the output. Many options are available to allow users to
 customize their simulations and results.