veryfasttree


Nameveryfasttree JSON
Version 4.0.4.1 PyPI version JSON
download
home_pagehttps://github.com/citiususc/veryfasttree
SummaryEfficient phylogenetic tree inference for massive taxonomic datasets
upload_time2024-09-17 21:39:39
maintainerNone
docs_urlNone
authorCesar Pomar
requires_python<4.0,>=3.8
licenseLGPL-3.0-only
keywords phylogenetics sequence analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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:

```bash
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:

```python
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:

```bash
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](https://github.com/citiususc/veryfasttree).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/citiususc/veryfasttree",
    "name": "veryfasttree",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "Phylogenetics, Sequence analysis",
    "author": "Cesar Pomar",
    "author_email": "cesaralfredo.pineiro@usc.es",
    "download_url": "https://files.pythonhosted.org/packages/9a/f6/d8d28239b9723623bd14a080bce981ccd4e57a7ba1c05ce05042ab42b633/veryfasttree-4.0.4.1.tar.gz",
    "platform": null,
    "description": "# VeryFastTree Python Bindings\n\nThe 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.\n\n\n### Installation\n\nTo install the VeryFastTree Python Bindings, you can use pip:\n\n```bash\npip install veryfasttree\n```\n\n**\\*The Linux version requires the OpenMP library (libgomp) to be installed on the system.**\n\n### Usage\n\nHere is a basic example of how to use the VeryFastTree Python Bindings:\n\n```python\nimport veryfasttree\n\n# Define input file\ninput_alignment = 'path/to/your/alignment.fasta'\n\n# Run VeryFastTree\ntree = veryfasttree.run(input_alignment, gtr=True, nt=True)\n\nprint(tree)\n```\n\nThe input to the function can be a file or a text string containing the aligned sequences. The other function arguments \nare the same as the VeryFastTree command-line arguments, omitting the hyphens (-). Flags should be specified with the \nvalue True. \n\n\nVeryFastTree can also be called using the command line interface provided by the Python module:\n\n```bash\npython3 -m veryfasttree [arguments]\n```\n\nThe command-line arguments follow the same convention as the VeryFastTree.\n\n### Contributing\n\nContributions are welcome! Please submit pull requests or issues on the \n[GitHub repository](https://github.com/citiususc/veryfasttree).",
    "bugtrack_url": null,
    "license": "LGPL-3.0-only",
    "summary": "Efficient phylogenetic tree inference for massive taxonomic datasets",
    "version": "4.0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/citiususc/veryfasttree",
        "Repository": "https://github.com/citiususc/veryfasttree"
    },
    "split_keywords": [
        "phylogenetics",
        " sequence analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "605b40f3ad76cfe2515ab26a0e8c33f6fec6e75be6014f1d6e22c74ebb8733f4",
                "md5": "0001f9a07899fd7bb230f864e68fd4cf",
                "sha256": "f192c625c063d57cca0651b23ecc45fcd83f259d6ceb95c07d0693de93b0b7f5"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0001f9a07899fd7bb230f864e68fd4cf",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 6059053,
            "upload_time": "2024-09-17T21:38:47",
            "upload_time_iso_8601": "2024-09-17T21:38:47.991736Z",
            "url": "https://files.pythonhosted.org/packages/60/5b/40f3ad76cfe2515ab26a0e8c33f6fec6e75be6014f1d6e22c74ebb8733f4/veryfasttree-4.0.4.1-py38-none-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7515a73965f8e03727f4af92374e3421aefb232bd387f3f8d546199e0ffcff0",
                "md5": "8b5fd5b56e580492f390816e0fd36575",
                "sha256": "028119be10b3ba0d872473b5f8e5ac65bd81ba4b401f4b82cd404c474d1c97f3"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b5fd5b56e580492f390816e0fd36575",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 845166,
            "upload_time": "2024-09-17T21:38:51",
            "upload_time_iso_8601": "2024-09-17T21:38:51.707557Z",
            "url": "https://files.pythonhosted.org/packages/e7/51/5a73965f8e03727f4af92374e3421aefb232bd387f3f8d546199e0ffcff0/veryfasttree-4.0.4.1-py38-none-manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5c23e4ca5f369830edf0164129ce76267860fbf7169bd2e8a984cbfce302aa0",
                "md5": "4df667e15c74b6d9234e0e11574792ef",
                "sha256": "0cd0766c2f8e0ec23463737a5cd4f166bd124cbdd9a7937875a58e997686e0c8"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-manylinux_2_17_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "4df667e15c74b6d9234e0e11574792ef",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 974222,
            "upload_time": "2024-09-17T21:38:54",
            "upload_time_iso_8601": "2024-09-17T21:38:54.513680Z",
            "url": "https://files.pythonhosted.org/packages/d5/c2/3e4ca5f369830edf0164129ce76267860fbf7169bd2e8a984cbfce302aa0/veryfasttree-4.0.4.1-py38-none-manylinux_2_17_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5f0bf4577a1da0b9b26d05e6a0e63ba463474ae0920a3aed7b87647e91fafe4",
                "md5": "72778fe15b20133f1abc4d97a58af523",
                "sha256": "78d40f3c2c5ea1c1b0cabeb8b58d1f4c996456d616c8c68bc833991025d6e748"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-manylinux_2_17_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72778fe15b20133f1abc4d97a58af523",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 5820184,
            "upload_time": "2024-09-17T21:39:06",
            "upload_time_iso_8601": "2024-09-17T21:39:06.592209Z",
            "url": "https://files.pythonhosted.org/packages/a5/f0/bf4577a1da0b9b26d05e6a0e63ba463474ae0920a3aed7b87647e91fafe4/veryfasttree-4.0.4.1-py38-none-manylinux_2_17_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f4f0325bba38e5a64fa3c304944e6bbcf785277ccba26bf5d92498a24e6b0f8",
                "md5": "67fb9e4089b000af8a0e70a01fd7bb3a",
                "sha256": "a72cce29932047919e30e40880250c2a6c2d0633bbe361df91c57511c800d338"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "67fb9e4089b000af8a0e70a01fd7bb3a",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 815597,
            "upload_time": "2024-09-17T21:39:09",
            "upload_time_iso_8601": "2024-09-17T21:39:09.694621Z",
            "url": "https://files.pythonhosted.org/packages/7f/4f/0325bba38e5a64fa3c304944e6bbcf785277ccba26bf5d92498a24e6b0f8/veryfasttree-4.0.4.1-py38-none-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c41d441bd02b55b06698d60e774877ba8b5d6546c1007a0a79809fe83d836c9",
                "md5": "9f7af25a472f60414950d1cfa47fd000",
                "sha256": "aa3c7896a23981b2d8c6d7ba308c8831e96cdd7ecec432422ea59327dc89ead7"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-musllinux_1_2_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9f7af25a472f60414950d1cfa47fd000",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 984282,
            "upload_time": "2024-09-17T21:39:12",
            "upload_time_iso_8601": "2024-09-17T21:39:12.916554Z",
            "url": "https://files.pythonhosted.org/packages/7c/41/d441bd02b55b06698d60e774877ba8b5d6546c1007a0a79809fe83d836c9/veryfasttree-4.0.4.1-py38-none-musllinux_1_2_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a863042da9c89b2556151eb71f5f6f4fabb92f258eedc22828621368ee8c2d5",
                "md5": "6d05b6e58aaccc891c0ef2e9fa07452f",
                "sha256": "7f44657f74e10c22af8617d155b2c18338e9c40c981d3f3519e7b6aa6f5ff6d1"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d05b6e58aaccc891c0ef2e9fa07452f",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 5829489,
            "upload_time": "2024-09-17T21:39:24",
            "upload_time_iso_8601": "2024-09-17T21:39:24.832405Z",
            "url": "https://files.pythonhosted.org/packages/7a/86/3042da9c89b2556151eb71f5f6f4fabb92f258eedc22828621368ee8c2d5/veryfasttree-4.0.4.1-py38-none-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "827c4fa400e8377aa2171b4c435c4f969b514a6c78697d733d455896bd609bc5",
                "md5": "ef4191ab8a486f60ed2072dcdae1db06",
                "sha256": "f9b1fb7d80106db8fb84cf572d72ac75aa9312dc750ba379245ee82b800af380"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1-py38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ef4191ab8a486f60ed2072dcdae1db06",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": "<4.0,>=3.8",
            "size": 3440916,
            "upload_time": "2024-09-17T21:39:32",
            "upload_time_iso_8601": "2024-09-17T21:39:32.029536Z",
            "url": "https://files.pythonhosted.org/packages/82/7c/4fa400e8377aa2171b4c435c4f969b514a6c78697d733d455896bd609bc5/veryfasttree-4.0.4.1-py38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9af6d8d28239b9723623bd14a080bce981ccd4e57a7ba1c05ce05042ab42b633",
                "md5": "213fdca30ca2a5d495ecc0ef2874ea03",
                "sha256": "3f6df5412d247565eefae018b5db398716a5296b1b36021507958a2fed965603"
            },
            "downloads": -1,
            "filename": "veryfasttree-4.0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "213fdca30ca2a5d495ecc0ef2874ea03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 3436746,
            "upload_time": "2024-09-17T21:39:39",
            "upload_time_iso_8601": "2024-09-17T21:39:39.528804Z",
            "url": "https://files.pythonhosted.org/packages/9a/f6/d8d28239b9723623bd14a080bce981ccd4e57a7ba1c05ce05042ab42b633/veryfasttree-4.0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-17 21:39:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "citiususc",
    "github_project": "veryfasttree",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "veryfasttree"
}
        
Elapsed time: 0.44849s