Metadata-Version: 2.4
Name: nextstrain-augur
Version: 31.5.0
Summary: A bioinformatics toolkit for phylogenetic analysis
Home-page: https://github.com/nextstrain/augur
Author: Nextstrain developers
Author-email: trevor@bedford.io, richard.neher@unibas.ch
Project-URL: Bug Reports, https://github.com/nextstrain/augur/issues
Project-URL: Change Log, https://github.com/nextstrain/augur/blob/-/CHANGES.md#next
Project-URL: Source, https://github.com/nextstrain/augur
Keywords: nextstrain,molecular epidemiology
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.nextstrain-cli
License-File: LICENSE.nextstrain-ncov-ingest
License-File: LICENSE.txt
Requires-Dist: bcbio-gff==0.7.*,>=0.7.1
Requires-Dist: biopython==1.*,>=1.80
Requires-Dist: cvxopt==1.*,>=1.1.9
Requires-Dist: importlib_resources>=5.3.0; python_version < "3.11"
Requires-Dist: isodate<0.8,>=0.6
Requires-Dist: jsonschema==4.*,>=4.18.0
Requires-Dist: networkx<4,>=2.5
Requires-Dist: numpy<3,>=1
Requires-Dist: packaging>=19.2
Requires-Dist: pandas<3,>=1.4.0
Requires-Dist: phylo-treetime<0.12,>=0.11.2
Requires-Dist: pyfastx<3.0,>=1.0.0
Requires-Dist: python_calamine>=0.2.0
Requires-Dist: pyyaml
Requires-Dist: referencing<1.0,>=0.29.1
Requires-Dist: scipy==1.*
Requires-Dist: xopen[zstd]<3,>=2.0.0
Provides-Extra: dev
Requires-Dist: cram>=0.7; extra == "dev"
Requires-Dist: deepdiff<8.0.0,>=4.3.2; extra == "dev"
Requires-Dist: flake8<8,>=7.0.0; extra == "dev"
Requires-Dist: freezegun>=0.3.15; extra == "dev"
Requires-Dist: mypy>=1.18.1; extra == "dev"
Requires-Dist: nextstrain-sphinx-theme>=2022.5; extra == "dev"
Requires-Dist: pandas-stubs<3,>=1.4.0; extra == "dev"
Requires-Dist: pylint>=1.7.6; extra == "dev"
Requires-Dist: pytest>=5.4.1; extra == "dev"
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
Requires-Dist: pytest-mock>=2.0.0; extra == "dev"
Requires-Dist: recommonmark>=0.5.0; extra == "dev"
Requires-Dist: Sphinx>=2.0.1; extra == "dev"
Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "dev"
Requires-Dist: sphinx-argparse!=0.5.0,>=0.2.5; extra == "dev"
Requires-Dist: sphinx-markdown-tables>=0.0.9; extra == "dev"
Requires-Dist: sphinx-rtd-theme>=0.4.3; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints>=1.21.4; extra == "dev"
Requires-Dist: sphinx-tabs; extra == "dev"
Requires-Dist: types-jsonschema==4.*,>=4.18.0; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: wheel>=0.32.3; extra == "dev"
Requires-Dist: ipdb>=0.10.1; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

[![Build Status](https://github.com/nextstrain/augur/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/nextstrain/augur/actions/workflows/ci.yaml)
[![PyPI version](https://badge.fury.io/py/nextstrain-augur.svg)](https://pypi.org/project/nextstrain-augur/)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/augur/README.html)
[![Documentation Status](https://readthedocs.org/projects/nextstrain-augur/badge/?version=latest)](https://docs.nextstrain.org/projects/augur/en/stable/)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02906/status.svg)](https://doi.org/10.21105/joss.02906)

## About Nextstrain

Nextstrain is an open-source project to harness the scientific and public health potential of pathogen genome data.
We provide a continually-updated view of publicly available data with powerful analytics and visualizations showing pathogen evolution and epidemic spread.
Our goal is to aid epidemiological understanding and improve outbreak response.

Resulting data and inferences are available live at the website [nextstrain.org](https://nextstrain.org).

## About Augur

*Definition: One held to foretell events by omens.*

Augur is the bioinformatics toolkit we use to track evolution from sequence and serological data.
It provides a collection of commands which are designed to be composable into larger processing pipelines.

The output of augur is a series of JSONs that can be used to visualize your results using [Auspice](https://github.com/nextstrain/auspice).

## Quickstart

[Follow instructions to install Augur](https://docs.nextstrain.org/projects/augur/en/stable/installation/installation.html).
Try out an analysis of real virus data by [completing the Zika tutorial](https://nextstrain.org/docs/tutorials/zika).

## Documentation

* [Overview of how Augur fits together with other Nextstrain tools](https://docs.nextstrain.org/en/latest/learn/parts.html)
* [Overview of Augur usage](https://docs.nextstrain.org/projects/augur/en/stable/usage/usage.html)
* [Technical documentation for Augur](https://docs.nextstrain.org/projects/augur/en/stable/installation/installation.html)
* [Contributor guide](https://github.com/nextstrain/.github/blob/-/CONTRIBUTING.md)
* [Developer docs for Augur](./docs/contribute/DEV_DOCS.md)
* [Changelog](./CHANGES.md)

## Citation

Huddleston J, Hadfield J, Sibley TR, Lee J, Fay K, Ilcisin M, Harkins E, Bedford T, Neher RA, Hodcroft EB, (2021). Augur: a bioinformatics toolkit for phylogenetic analyses of human pathogens. Journal of Open Source Software, 6(57), 2906, https://doi.org/10.21105/joss.02906

For other formats, refer to [CITATION.cff](./CITATION.cff).

## License and copyright

Copyright 2014-2022 Trevor Bedford and Richard Neher.

Source code to Nextstrain is made available under the terms of the [GNU Affero General Public License](LICENSE.txt) (AGPL). Nextstrain is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
