File: control

package info (click to toggle)
scoary 1.6.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,936 kB
  • sloc: python: 2,824; sh: 24; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,074 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: scoary
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=9),
               dh-python,
               python-all,
               python-setuptools,
               python-scipy (>= 0.16),
# Test-Depends:
               python-nose
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/med-team/scoary
Vcs-Git: https://salsa.debian.org/med-team/scoary.git
Homepage: https://github.com/AdmiralenOla/Scoary

Package: scoary
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-pkg-resources
Suggests: roary
Description: pangenome-wide association studies
 Scoary is designed to take the gene_presence_absence.csv file from
 Roary as well as a traits file created by the user and calculate the
 associations between all genes in the accessory genome and the traits. It
 reports a list of genes sorted by strength of association per trait.