Metadata-Version: 2.1
Name: blast2xl
Version: 0.1.0
Summary: BLAST output to XLSX spreadsheet
Home-page: https://github.com/peterk87/blast2xl
Author: Peter Kruczkiewicz
Author-email: peter.kruczkiewicz@canada.ca
License: MIT license
Keywords: blast2xl
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: Click (>=7.0)
Requires-Dist: pandas (>=0.25.0)
Requires-Dist: biopython (>=1.73)
Requires-Dist: xlsxwriter

========
blast2xl
========


.. image:: https://img.shields.io/pypi/v/blast2xl.svg
        :target: https://pypi.python.org/pypi/blast2xl

.. image:: https://img.shields.io/travis/peterk87/blast2xl.svg
        :target: https://travis-ci.org/peterk87/blast2xl

.. image:: https://readthedocs.org/projects/blast2xl/badge/?version=latest
        :target: https://blast2xl.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




BLAST output to XLSX spreadsheet and sort your sequences based on BLAST results.


* Free software: MIT license
* Documentation: https://blast2xl.readthedocs.io.


Features
--------

* Generate an XLSX (Excel) BLAST result report from tabular BLAST results
* Sort input sequences based on top BLAST results according to scientific name and NCBI taxid
* Reorient input sequences to match BLAST subject orientation (plus strand)

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-01-10)
------------------

* First release on PyPI.


