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
|
Source: proteinortho
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <npatra974@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
ncbi-blast+,
liblapack-dev | libatlas-base-dev | liblapack.so,
diamond-aligner,
procps
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/proteinortho
Vcs-Git: https://salsa.debian.org/med-team/proteinortho.git
Homepage: https://gitlab.com/paulklemm_PHD/proteinortho
Rules-Requires-Root: no
Package: proteinortho
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${perl:Depends},
python3,
ncbi-blast+,
diamond-aligner,
liblapack3,
procps
Description: Detection of (Co-)orthologs in large-scale protein analysis
Proteinortho is a stand-alone tool that is geared towards large datasets
and makes use of distributed computing techniques when run on multi-core
hardware. It implements an extended version of the reciprocal best
alignment heuristic. Proteinortho was applied to compute orthologous
proteins in the complete set of all 717 eubacterial genomes available at
NCBI at the beginning of 2009. Authors succeeded identifying thirty
proteins present in 99% of all bacterial proteomes.
|