Metadata-Version: 2.1
Name: blast2galaxy
Version: 1.0.0
Summary: A Python package providing a CLI and API to perform BLAST+ and DIAMOND queries against public or private Galaxy servers
License: MIT
Keywords: bioinformatics,blast,sequence alignment
Author: Patrick König
Author-email: koenig@ipk-gatersleben.de
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bioblend (>=1.2.0,<2.0.0)
Requires-Dist: rich (>=13.6.0,<14.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0) ; python_version < "3.11"
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/blast2galaxy?color=blue&label=PyPI.org)](https://pypi.org/project/blast2galaxy/)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/IPK-BIT/blast2galaxy?color=blue&label=Github)



[![Python](https://img.shields.io/pypi/pyversions/blast2galaxy.svg?color=green)](https://badge.fury.io/py/blast2galaxy)
[![Documentation Status](https://readthedocs.org/projects/blast2galaxy/badge/?version=latest)](https://blast2galaxy.readthedocs.io/en/latest/?badge=latest)
[![PyPI Downloads](https://img.shields.io/pypi/dm/blast2galaxy.svg?label=PyPI%20downloads)](https://pypi.org/project/blast2galaxy/)
![License](https://img.shields.io/github/license/IPK-BIT/divbrowse)


# blast2galaxy


## About

A Python package providing a CLI and API to perform BLAST+ and DIAMOND queries against public or private Galaxy servers 

## Documentation

See http://blast2galaxy.readthedocs.io
