Skip to main content

Efficient phylogenetic tree inference for massive taxonomic datasets

Project description

VeryFastTree Python Bindings

The VeryFastTree Python Bindings provide an interface to the VeryFastTree software for rapid construction of phylogenetic trees. This package allows you to easily integrate VeryFastTree into your Python workflows, enabling efficient handling of large datasets and quick tree generation.

Installation

To install the VeryFastTree Python Bindings, you can use pip:

pip install veryfasttree

*The Linux version requires the OpenMP library (libgomp) to be installed on the system.

Usage

Here is a basic example of how to use the VeryFastTree Python Bindings:

import veryfasttree

# Define input file
input_alignment = 'path/to/your/alignment.fasta'

# Run VeryFastTree
tree = veryfasttree.run(input_alignment, gtr=True, nt=True)

print(tree)

The input to the function can be a file or a text string containing the aligned sequences. The other function arguments are the same as the VeryFastTree command-line arguments, omitting the hyphens (-). Flags should be specified with the value True.

VeryFastTree can also be called using the command line interface provided by the Python module:

python3 -m veryfasttree [arguments]

The command-line arguments follow the same convention as the VeryFastTree.

Contributing

Contributions are welcome! Please submit pull requests or issues on the GitHub repository.

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

veryfasttree-4.0.3.1.tar.gz (16.6 kB view hashes)

Uploaded Source

Built Distributions

veryfasttree-4.0.3.1-py38-none-win_amd64.whl (3.4 MB view hashes)

Uploaded Python 3.8 Windows x86-64

veryfasttree-4.0.3.1-py38-none-musllinux_1_2_x86_64.whl (5.8 MB view hashes)

Uploaded Python 3.8 musllinux: musl 1.2+ x86-64

veryfasttree-4.0.3.1-py38-none-musllinux_1_2_ppc64le.whl (984.1 kB view hashes)

Uploaded Python 3.8 musllinux: musl 1.2+ ppc64le

veryfasttree-4.0.3.1-py38-none-musllinux_1_2_aarch64.whl (815.0 kB view hashes)

Uploaded Python 3.8 musllinux: musl 1.2+ ARM64

veryfasttree-4.0.3.1-py38-none-manylinux_2_17_x86_64.whl (5.8 MB view hashes)

Uploaded Python 3.8 manylinux: glibc 2.17+ x86-64

veryfasttree-4.0.3.1-py38-none-manylinux_2_17_ppc64le.whl (973.4 kB view hashes)

Uploaded Python 3.8 manylinux: glibc 2.17+ ppc64le

veryfasttree-4.0.3.1-py38-none-manylinux_2_17_aarch64.whl (845.0 kB view hashes)

Uploaded Python 3.8 manylinux: glibc 2.17+ ARM64

veryfasttree-4.0.3.1-py38-none-macosx_13_0_x86_64.whl (6.3 MB view hashes)

Uploaded Python 3.8 macOS 13.0+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page