tact

View on PyPIReverse Dependencies (0)

0.5.0 tact-0.5.0-py3-none-any.whl

Wheel Details

Project: tact
Version: 0.5.0
Filename: tact-0.5.0-py3-none-any.whl
Download: [link]
Size: 26270
MD5: 1a9faac30a9e7f924da90177938b9871
SHA256: 4944bc1b51f70d0527d12ad05d1b916c58e72171e65995c86ef76025e29ddd58
Uploaded: 2023-04-23 05:02:13 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tact
Version: 0.5.0
Summary: Taxonomic addition for complete trees: Adds tips to a backbone phylogeny using taxonomy simulated with birth-death models
Author: Jonathan Chang
Author-Email: me[at]jonathanchang.org
Home-Page: https://tact.jonathanchang.org
Project-Url: Repository, https://github.com/jonchang/tact
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.8,<3.12
Requires-Dist: DendroPy (<5.0,>=4.5)
Requires-Dist: click (<9,>=7)
Requires-Dist: numpy (<2.0,>=1.23)
Requires-Dist: portion (<3.0,>=2.2)
Requires-Dist: scipy (<2.0,>=1.8)
Requires-Dist: toml (<0.11,>=0.10)
Description-Content-Type: text/markdown
[Description omitted; length: 2259 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tact/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tact/cli_add_taxa.py sha256=e9DEgcKAAEWwbPTYTJs9ND7DtsgVh3pFcJDz-qT8ylM 20232
tact/cli_add_toml.py sha256=51jN0u0JLGnd3zh7aopC7_6a6_g4owcJMfbXT1-AFjY 9603
tact/cli_check_trees.py sha256=ffnwijMZ0fSM-ovDTBvk6fVFkz5-fDkj3idYorh-fiA 4924
tact/cli_taxonomy.py sha256=pZ0LXIBhZ53rLHQqJTOXQO_GceYEJTer5xXB762KaDw 5192
tact/exceptions.py sha256=aU99q3T5ke4Rt74xl_l-cQ0IQs_sGevny9bPcaZEBuM 214
tact/fastmrca.py sha256=gV38BIQzREB9LaBzO24SssaThwPWTqwGbZHXE9cLMio 928
tact/generic_monophyly.py sha256=ApAql3ObS6DshW6yHVLgY_FIVMQIOc6GhmT3_9qKz20 675
tact/lib.py sha256=AxnO95FSUBIGlcnDpTVwzdG4yvx02rtwbK1koEL9BsM 10739
tact/tree_util.py sha256=vQ8fldFFVYLqtqaaEuVGNLUOZqghI7KdkMhghOAvW3w 7968
tact/validation.py sha256=hkCz2_Kd5TOnvXIwMWfEEpCRiP9CzNu0Svy-eCJUl6w 4222
tact-0.5.0.dist-info/LICENSE sha256=qw-Agwp3_8Bd6JuF_vCuRsa0RfJnpoQQbqJYUEpUhfI 1059
tact-0.5.0.dist-info/METADATA sha256=ZhwV-aeAq8MhnzAfjevnY1obM5ENvivvONH2jzIdvBM 3395
tact-0.5.0.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
tact-0.5.0.dist-info/entry_points.txt sha256=_EHcXYL7FRJD7jrTXJCmZJGIiwnhuZw6R00G6UjcG-g 189
tact-0.5.0.dist-info/RECORD

entry_points.txt

tact_add_config = tact.cli_add_toml:main
tact_add_taxa = tact.cli_add_taxa:main
tact_build_taxonomic_tree = tact.cli_taxonomy:main
tact_check_results = tact.cli_check_trees:main