Metadata-Version: 2.1
Name: F1bw
Version: 0.2.1
Summary: UNKNOWN
Home-page: http://github.com/MChigaev/F1bw
Author: Michael Chigaev
Author-email: mikechigaev@gmail.com
Maintainer: Michael Chigaev
Maintainer-email: mikechigaev@gmail.com
License: BSD 3-Clause License
Description: F1bw implements a Burrows-Wheeler Transform for the purpose highlighting compressible data.
        
        +-------------------+------------+------------+
        | Latest Release    | |pypi|     | |F1bw|     |
        +-------------------+------------+            +
        | GitHub            | |repo|     |            |
        +-------------------+------------+            +
        | License           | |license|  |            |
        +-------------------+------------+            +
        | Documentation     | |rtd|      |            |
        +-------------------+------------+            +
        | Travis Build      | |travis|   |            |
        +-------------------+------------+            +
        | Coverage          | |coverage| |            |
        +-------------------+------------+            +
        | Pythonicity       | |landscape||            |
        +-------------------+------------+            +
        | Code Grade        | |codacy|   |            |
        +-------------------+------------+            +
        | Dependencies      | |pyup|     |            |
        +-------------------+------------+            +
        | Issues            | |issues|   |            |
        +-------------------+------------+------------+
        
        
        .. |F1bw| image:: F1bw.jpg
             :target: https://github.com/MChigaev/F1bw
             :alt: F1bw
        
        .. |pypi| image:: https://img.shields.io/pypi/v/F1bw.svg
            :target: https://pypi.python.org/pypi/F1bw
            :alt: Python package
        
        .. |repo| image:: https://img.shields.io/github/commits-since/MChigaev/F1bw/0.94.svg
            :target: https://github.com/MChigaev/F1bw
            :alt: GitHub repository
        
        .. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
            :target: https://github.com/MChigaev/F1bw/blob/master/LICENSE.txt
            :alt: License terms
        
        .. |rtd| image:: https://readthedocs.org/projects/F1bw/badge/?version=latest
            :target: http://F1bw.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Server
        
        .. |travis| image:: https://img.shields.io/travis/MChigaev/F1bw.svg
            :target:  https://travis-ci.org/MChigaev/F1bw
            :alt: Travis CI
        
        .. |landscape| image:: https://landscape.io/github/MChigaev/F1bw/master/landscape.svg?style=flat
            :target: https://landscape.io/github/MChigaev/F1bw
            :alt: landscape.io status
        
        .. |codacy| image:: https://api.codacy.com/project/badge/Grade/2ebc65ca90f74dc7a9238c202f327981
            :target: https://app.codacy.com/project/MChigaev/F1bw/dashboard
            :alt: Codacy.io grade
        
        .. |coverage| image:: https://codecov.io/gh/MChigaev/F1bw/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/MChigaev/F1bw
            :alt: Codecov.io test coverage
        
        .. |issues| image:: https://img.shields.io/github/issues/MChigaev/F1bw.svg
            :target:  https://github.com/MChigaev/F1bw/issues
            :alt: Issues reported
        
        .. |requires| image:: https://requires.io/github/MChigaev/F1bw/requirements.svg?branch=master
             :target: https://requires.io/gitub/MChigaev/F1bw/requirements/?branch=master
             :alt: Requirements Status
        
        .. |pyup| image:: https://pyup.io/repos/github/MChigaev/F1bw/shield.svg
             :target: https://pyup.io/repos/github/MChigaev/F1bw/
             :alt: pyup.io dependencies
             
        .. _Flask: http://flask.pocoo.org/
        .. _RQ: https://github.com/nvie/rq
        .. _HMMER: http://hmmer.org
        .. _RAxML: https://github.com/stamatak/standard-RAxML
        .. _FastTree: http://www.microbesonline.org/fasttree
        
Keywords: science,biology,bioinformatics,genes,compression,burrows-wheeler
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides-Extra: all
Provides-Extra: tests
Provides-Extra: docs
