File: control

package info (click to toggle)
pique 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,368 kB
  • sloc: perl: 1,082; makefile: 127; sh: 39
file content (69 lines) | stat: -rw-r--r-- 3,272 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
Source: pique
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/pique
Vcs-Git: https://salsa.debian.org/med-team/pique.git
Homepage: https://github.com/tony-travis/PIQUE/
Rules-Requires-Root: no

Package: pique
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         r-base-core,
         emmax,
         plink,
         eigensoft,
         libreadonly-perl,
         libparallel-forkmanager-perl,
         libfile-slurp-perl,
         r-cran-getopt,
         r-cran-forecast,
         r-cran-optparse,
         r-cran-uroot
Description: software pipeline for performing genome wide association studies
 PIQUE is a software pipeline for performing genome wide association
 studies (GWAS). The main function of PIQUE is to provide ‘convenience’
 wrappers that allow users to perform GWAS using the popular program
 EMMAX (Kang et al., 2010) without the need to be familiar with all of
 the software tools used to generate the required EMMAX input files.
 PIQUE will also perform a number of quality control steps prior to
 running EMMAX, ensuring that the various input data files are in the
 correct format. PIQUE proceeds in two main stages although there are
 multiple entry and exit points from which the pipeline can be run. The
 first stage consists of running the “pique-input” program, which can
 read genotype and phenotype information in several different formats and
 generates all the necessary input files required to run EMMAX. The
 second step in the pipeline uses the “pique-run” program to actually run
 EMMAX using the files generated by “pique-input” (or pre-existing
 user-supplied input files) to perform the GWAS and output the analysis
 summary files.

Package: pique-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Enhances: pique
Description: software pipeline for performing genome wide association studies (docs)
 PIQUE is a software pipeline for performing genome wide association
 studies (GWAS). The main function of PIQUE is to provide ‘convenience’
 wrappers that allow users to perform GWAS using the popular program
 EMMAX (Kang et al., 2010) without the need to be familiar with all of
 the software tools used to generate the required EMMAX input files.
 PIQUE will also perform a number of quality control steps prior to
 running EMMAX, ensuring that the various input data files are in the
 correct format. PIQUE proceeds in two main stages although there are
 multiple entry and exit points from which the pipeline can be run. The
 first stage consists of running the “pique-input” program, which can
 read genotype and phenotype information in several different formats and
 generates all the necessary input files required to run EMMAX. The
 second step in the pipeline uses the “pique-run” program to actually run
 EMMAX using the files generated by “pique-input” (or pre-existing
 user-supplied input files) to perform the GWAS and output the analysis
 summary files.
 .
 This package contains the documentation as well as example data.