File: control

package info (click to toggle)
paleomix 1.2.13.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,804 kB
  • sloc: python: 28,145; sh: 477; makefile: 184
file content (59 lines) | stat: -rw-r--r-- 2,203 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
Source: paleomix
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 (>= 11~),
               dh-python,
               python,
               python-setuptools,
               python-coverage,
               python-flexmock,
               python-nose,
               python-pysam,
               python-setproctitle,
               default-jre-headless,
               bowtie2,
               rsync
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/paleomix
Vcs-Git: https://salsa.debian.org/med-team/paleomix.git
Homepage: http://geogenetics.ku.dk/publications/paleomix

Package: paleomix
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         adapterremoval,
         bedtools,
         bowtie2,
         bwa,
         bcftools,
         examl,
         mafft,
         mapdamage,
         phylip,
         picard-tools,
         r-base-core,
         radiant,
         raxml,
         samtools,
         python-coverage,
         python-flexmock
Description: pipelines and tools for the processing of ancient and modern HTS data
 The PALEOMIX pipelines are a set of pipelines and tools designed to aid
 the rapid processing of High-Throughput Sequencing (HTS) data: The BAM
 pipeline processes de-multiplexed reads from one or more samples,
 through sequence processing and alignment, to generate BAM alignment
 files useful in downstream analyses; the Phylogenetic pipeline carries
 out genotyping and phylogenetic inference on BAM alignment files, either
 produced using the BAM pipeline or generated elsewhere; and the Zonkey
 pipeline carries out a suite of analyses on low coverage equine
 alignments, in order to detect the presence of F1-hybrids in
 archaeological assemblages. In addition, PALEOMIX aids in metagenomic
 analysis of the extracts.
 .
 The pipelines have been designed with ancient DNA (aDNA) in mind, and
 includes several features especially useful for the analyses of ancient
 samples, but can all be for the processing of modern samples, in order
 to ensure consistent data processing.