tact

View on PyPIReverse Dependencies (0)

0.6.0 tact-0.6.0-py3-none-any.whl

Wheel Details

Project: tact
Version: 0.6.0
Filename: tact-0.6.0-py3-none-any.whl
Download: [link]
Size: 26278
MD5: baf60c940f98b961b4816be5a2098393
SHA256: a8a5739ee159749a5cdf389cab02c92712ae2f9158a1b63cc93722b33a00ff30
Uploaded: 2024-12-16 20:52:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tact
Version: 0.6.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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10,<3.14
Requires-Dist: DendroPy (<6.0,>=4.5)
Requires-Dist: click (<9,>=7)
Requires-Dist: numpy (>=2.2)
Requires-Dist: portion (<3.0,>=2.2)
Requires-Dist: scipy (>=1.13)
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.9.1
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=--aLvj4OtYFFBwQ-rmB13pfuMGwGd8vvp7NgsUemLHA 10886
tact/tree_util.py sha256=vQ8fldFFVYLqtqaaEuVGNLUOZqghI7KdkMhghOAvW3w 7968
tact/validation.py sha256=hkCz2_Kd5TOnvXIwMWfEEpCRiP9CzNu0Svy-eCJUl6w 4222
tact-0.6.0.dist-info/LICENSE sha256=qw-Agwp3_8Bd6JuF_vCuRsa0RfJnpoQQbqJYUEpUhfI 1059
tact-0.6.0.dist-info/METADATA sha256=mb9VhSfOJ6Om66ZC9H5DTeo7w8Y5VaDFFE6dmzoXS5I 3388
tact-0.6.0.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
tact-0.6.0.dist-info/entry_points.txt sha256=_EHcXYL7FRJD7jrTXJCmZJGIiwnhuZw6R00G6UjcG-g 189
tact-0.6.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