File: control

package info (click to toggle)
scrm 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,912 kB
  • sloc: cpp: 7,964; sh: 3,114; python: 897; ansic: 234; makefile: 64
file content (25 lines) | stat: -rw-r--r-- 1,015 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
Source: scrm
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 (>= 11~),
               libcppunit-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/scrm
Vcs-Git: https://salsa.debian.org/med-team/scrm.git
Homepage: https://github.com/scrm/scrm

Package: scrm
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: simulator of evolution of genetic sequences
 scrm simulates the evolution of genetic sequences.
 .
 It takes a neutral evolutionary model as input, and generates random sequences
 that evolved under the model. As coalescent simulator, it traces the ancestry
 of the sampled sequences backwards in time and is therefore extremely
 efficient. Compared to other coalescent simulators, it can simulate
 chromosome-scale sequences without a measureable reduction of genetic linkage
 between different sites.