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
|
Source: seriation
Standards-Version: 4.7.2
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-compat (= 13),
Vcs-Browser: https://salsa.debian.org/med-team/seriation
Vcs-Git: https://salsa.debian.org/med-team/seriation.git
Homepage: https://github.com/amamory/seriation
Package: seriation
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
gnuplot-nox | gnuplot
Description: finds a suitable linear order for a set of objects
This software is an efficient implementation of the
seriation problem which 'finds a suitable linear
order for a set of objects'. It has been used
to order a network of proteins such that 'related'
nodes are closer in the other.
Package: seriation-data
Architecture: all
Depends:
${misc:Depends},
Description: test data for seriation
This software is an efficient implementation of the
seriation problem which 'finds a suitable linear
order for a set of objects'. It has been used
to order a network of proteins such that 'related'
nodes are closer in the other.
.
This package contains a test data set as well as sample scripts
running some test suite provided by Debian also as autopkgtest.
|