Simple Newick tree validator and formatter
Project description
Newick Tree Validator and Formatter
Simple utility to validate and format Newick trees.
The main use of this utility is to validate constraint trees used with IQtree2.
IQtree2 can throw hard to understand errors when using constraint trees even if the tree is technically a valid Newick tree.
This utility will catch many of those errors and provide a more detailed error message.
Usage
Validation without formatting:
./main.py <tree.nwk>
In place formatting:
./main.py <tree.nwk> --inplace
Outputting formatted tree to a separate file:
./main.py <tree.nwk> --outfile <output.nwk>
Outputting list of terminal nodes into a text file:
./main.py <tree.nwk> --terminals <terminals.txt>
Requirements
- Python
- Typer
- BioPython
Release
This project uses Poetry for dependency management and packaging.
To build a release, run:
poetry build
To publish a release to PyPI, run:
poetry publish
To publish the release to Github, run:
gh release create 0.4.0 dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nwkfmt-0.4.0.tar.gz
.
File metadata
- Download URL: nwkfmt-0.4.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 780dd4e78bfc4dc68403b1afc934e1d75a8eec1947f056c7fa2b23a76b9fa8c0 |
|
MD5 | ed811f8e0170ab8d0f982865e4b84156 |
|
BLAKE2b-256 | 779836bf305376ef81f8bff400e85b23b24fec7edeec132dfa669c3293523d5a |
File details
Details for the file nwkfmt-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: nwkfmt-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.2 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9a2a1a06a7112e0d1e15cfb27692b390dac13820bcb0b528f73f1ef966dac1b |
|
MD5 | 7bb70a0fc0f804c58821057ddfb9bee7 |
|
BLAKE2b-256 | 5ea8df652701f1dad364111a6f3d71e566447a209194024e7b0e1cde5d69b251 |