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
|
Source: mrs
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Maarten L. Hekkelman <m.hekkelman@cmbi.ru.nl>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.0),
libboost-dev,
libboost-filesystem-dev,
libboost-system-dev,
libboost-regex-dev,
libboost-math-dev,
libboost-thread-dev,
libboost-program-options-dev,
libboost-iostreams-dev,
libboost-timer-dev,
libboost-random-dev,
libboost-chrono-dev,
libzeep-dev (>= 3.0.2),
libperl-dev,
liblog4cpp5-dev,
zlib1g-dev,
libbz2-dev,
libjs-jquery,
libjs-jquery-ui
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/mrs/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/mrs/trunk/
Homepage: http://mrs.cmbi.ru.nl/
Package: mrs
Architecture: amd64
Depends: ${misc:Depends},
${shlibs:Depends},
adduser,
rsync,
clustalo,
libjs-jquery,
libjs-jquery-ui
Description: Information Retrieval System for Biomedical databanks
MRS is a complete system to retrieve, index and query biological and
medical databanks. It comes with all the code required to fetch data
using FTP or rsync, then creates a local databank with indices using
a databank specific parser written in Perl. It can then serve this
data using a built-in web application and webservices.
.
Searching can be done on words and Boolean queries. As a bonus you
can search protein sequences using a custom Blast algorithm.
|