Metadata-Version: 2.1
Name: holotools
Version: 0.0.23
Summary: Python Code Base Used by the Holobiome Team
Home-page: https://github.com/HolobiomeProject/holotools
Author: Barry Guglielmo
Author-email: barryguglielmo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: pytest (>=3.6) ; extra == 'dev'

# Holotools

Holotools is the code base used by the Holobiome team

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Holotools.

```bash
pip install holotools==0.0.22
```

## Usage

```python
from holotools.trim import * # trimming algorithms

longest_contig('test16.fna')
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)


