Metadata-Version: 2.1
Name: sonicparanoid
Version: 1.0.10
Summary: SonicParanoid: fast, easy and accurate orthology inference
Home-page: http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid/
Author: Salvatore Cosentino
Author-email: salvo@gmail.com
License: GNU GENERAL PUBLIC LICENSE, Version 3.0 (GPLv3)
Project-URL: Source, https://bitbucket.org/salvocos/sonicparanoid
Keywords: bioinformatic inparanoid orthology_inference phylogeny evolution orthology
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5, <3.8
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: pandas (>=0.22.0)
Requires-Dist: cython (>=0.27.0)
Requires-Dist: sh (>=1.12.14)
Requires-Dist: setuptools (>=24.2.0)
Requires-Dist: pip (>=9.0.1)
Requires-Dist: biopython (>=1.67)

SonicParanoid
=============

A fast, accurate and easy to use orthology inference tool.

Description
===========

SonicParanoid is a stand-alone software for the identification of orthologous relationships among multiple species. SonicParanoid is an open source software released under the GNU GENERAL PUBLIC LICENSE, Version 3.0 (GPLv3), implemented in Python3, Cython, and C++. It works on Linux and Mac OSX. The software is designed to run using multiple processors and proved to be up to 1245X faster then InParanoid, 166X faster than Proteinortho, and 172X faster than OrthoFinder 2.0 with an accuracy comparable to that of well-established orthology inference tools.
Thanks to its speed, accuracy, and usability SonicParanoid substantially relieves the difficulties of orthology inference for biologists who need to construct and maintain their own genomic datasets.

SonicParanoid was tested on the 2011 version of a benchmark proteome dataset provided by the Quest for Orthologs (QfO) consortium (https://questfororthologs.org), and its accuracy was assessed, and compared to that of other 13 methods, using a publicly available orthology benchmarking service (http://orthology.benchmarkservice.org).

SonicParanoid is available at http://iwasakilab.bs.s.u-tokyo.ac.jp/sonicparanoid.

Citation
===========

>Salvatore Cosentino and Wataru Iwasaki (2018) SonicParanoid: fast, accurate and easy orthology inference. Bioinformatics

>https://doi.org/10.1093/bioinformatics/bty631

Changelog
===========
1.0.10 (August 7, 2018)
- Added new program (sonicparanoid-extract) to process output multi-species clusters
- Added the possibility to analyse only 2 proteomes
- Added support for Python3.7
- Python3 versions: 3.5, 3.6, 3.7
- Upgraded MMseqs2 (commit: a856ce, August 6, 2018)

1.0.9 (May 10, 2018)
- First public release
- Python3 versions: 3.4, 3.5, 3.6


