File: control

package info (click to toggle)
harmonypy 0.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,076 kB
  • sloc: python: 380; makefile: 12
file content (26 lines) | stat: -rw-r--r-- 927 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
Source: harmonypy
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-numpy,
               python3-pandas,
               python3-scipy,
               python3-setuptools
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/med-team/harmonypy.git
Vcs-Browser: https://salsa.debian.org/med-team/harmonypy
Homepage: https://github.com/slowkow/harmonypy
Rules-Requires-Root: no

Package: python3-harmonypy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-sklearn
Description: is a data integration algorithm
 Harmony is an algorithm for integrating multiple high-dimensional datasets.
 .
 harmonypy is a port of the harmony R package by Ilya Korsunsky.