oggmap

View on PyPIReverse Dependencies (0)

0.0.1 oggmap-0.0.1-py3-none-any.whl

Wheel Details

Project: oggmap
Version: 0.0.1
Filename: oggmap-0.0.1-py3-none-any.whl
Download: [link]
Size: 61438
MD5: c33bf8e0fabe561bb424379a33f995d0
SHA256: 64f5050bd618edc7755778255bbf7ea693dc74ed4831b8284e784a1f25a3bc69
Uploaded: 2023-10-30 16:52:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: oggmap
Version: 0.0.1
Summary: extract orthologous maps (short: orthomap) from OrthoFinder output for query species
Author-Email: Kristian K Ullrich <ullrich[at]evolbio.mpg.de>, Nikoleta E Glynatsi <glynatsi[at]evolbio.mpg.de>
Maintainer-Email: Kristian K Ullrich <ullrich[at]evolbio.mpg.de>
Project-Url: Homepage, https://github.com/kullrich/oggmap
Project-Url: Bug Tracker, https://github.com/kullrich/oggmap/issues
Project-Url: documentation, https://oggmap.readthedocs.io/en/latest/
Project-Url: repository, https://github.com/kullrich/oggmap
License: GPLv3
Keywords: orthomap,gene age,orthologs,phylostratigraphy,single-cell
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Requires-Python: >=3.8
Requires-Dist: setuptools (>=67.5.1)
Requires-Dist: numpy (<1.24)
Requires-Dist: numba
Requires-Dist: scipy
Requires-Dist: pandas (>=1.5.3)
Requires-Dist: ete3
Requires-Dist: anndata
Requires-Dist: scanpy (>=1.9.3)
Requires-Dist: seaborn
Requires-Dist: statannot
Requires-Dist: harmonypy (>=0.0.9)
Requires-Dist: louvain (>=0.8.0)
Requires-Dist: umap-learn (>=0.5.3)
Requires-Dist: alive-progress
Requires-Dist: biopython
Requires-Dist: wget (>=3.2)
Requires-Dist: pytest
Requires-Dist: pip
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 11168 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
oggmap/__init__.py sha256=3njASSL-h1lmBhapSwctsVrgx8Q3seAzFqMv2r_HUYc 219
oggmap/__main__.py sha256=iDFuwko7cNP35fCOPNb3sGX5nGXRQcziz-n1ddNGPpE 13424
oggmap/cds2aa.py sha256=4eR9vb26nk0kau7IzAuujDcEV5eJhQ64LCdsR-9RCCo 66636
oggmap/datasets.py sha256=K6f29S1-5hKlxbsI7eTcAB4AFIV5U6np0SGUABd2e18 25461
oggmap/eggnog2orthomap.py sha256=tC7IAV0jDnVLr4m32w18qEDl_Ssvpzk1iXrvhO8QlDg 11329
oggmap/gtf2t2g.py sha256=NJQm-bUMNpCEsctQqVok5-gbpRLCoKOh4gHX7Bk2sko 12917
oggmap/ncbitax.py sha256=Zp0xJjv4ukXwoy7C03F0LSJYnrK67y8RpkT1gI84CLA 1934
oggmap/of2orthomap.py sha256=4JaALqLsCcGKUPwukSlXXBlHh6qKteVgkVFCFcI0d20 17276
oggmap/orthomap2tei.py sha256=G3I645pQmUOr3cibr8PFUVRcptnJU__FDacfuU7ROts 88910
oggmap/orthomcl2orthomap.py sha256=c9CNhPBvFflJ1HfmR_1jQluIThP75ffs2KsTysms9JU 13935
oggmap/plaza2orthomap.py sha256=X52nDVXmu8LJZe0QpNxLrdnwowlLWsaJnf796tCLxYg 11648
oggmap/qlin.py sha256=I87pAQNcZi64OlqFbogHj1AETEgDjnCqviTKvaXtngY 7560
oggmap-0.0.1.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
oggmap-0.0.1.dist-info/METADATA sha256=kZNRrPrmmRD8N0evju2iRuRlh5_-GDFVH6ZUtvD3loo 12806
oggmap-0.0.1.dist-info/WHEEL sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0 92
oggmap-0.0.1.dist-info/entry_points.txt sha256=Cg8nNUqK6SOKYG17qX0-PwCPZA2ecYbFcMHfOy1Oc5I 338
oggmap-0.0.1.dist-info/top_level.txt sha256=hpBYWU8gVVhBDaJgkIxzdd-9Pe0IFXZddDv-a-YycTc 7
oggmap-0.0.1.dist-info/RECORD

top_level.txt

oggmap

entry_points.txt

cds2aa = oggmap.cds2aa:main
eggnog2orthomap = oggmap.eggnog2orthomap:main
gtf2t2g = oggmap.gtf2t2g:main
ncbitax = oggmap.ncbitax:main
of2orthomap = oggmap.of2orthomap:main
oggmap = oggmap.__main__:main
orthomcl2orthomap = oggmap.orthomcl2orthomap:main
plaza2orthomap = oggmap.plaza2orthomap:main
qlin = oggmap.qlin:main