Metadata-Version: 2.1
Name: bio-jtools
Version: 0.2
Summary: Various bioinformatics tools in one package
Home-page: http://github.com/jrhawley/bio-jtools
Author: James Hawley
Author-email: james.hawley@mail.utoronto.ca
License: UNKNOWN
Description: # bio-jtools
        
        Python package for simple calculation and visualization of BED files
        
        [![PyPI](https://img.shields.io/pypi/v/bio-jtools.svg)](https://pypi.python.org/pypi/bio-jtools)
        [![Wheel](https://img.shields.io/pypi/wheel/bio-jtools.svg)](https://pypi.python.org/pypi/bio-jtools)
        [![Conda](https://img.shields.io/conda/pn/jrhawley/bio-jtools.svg)](https://anaconda.org/jrhawley/bio-jtools)
        
        [![Python version](https://img.shields.io/pypi/pyversions/bio-jtools.svg)](https://pypi.python.org/pypi/bio-jtools)
        [![Implementation](https://img.shields.io/pypi/implementation/bio-jtools.svg)](https://pypi.python.org/pypi/bio-jtools)
        
        [![Docs](https://readthedocs.org/projects/bio-jtools/badge/?version=latest)](https://bio-jtools.readthedocs.io/en/latest/?badge=latest)
        [![Builds](https://travis-ci.com/jrhawley/bio-jtools.svg?branch=master)](https://travis-ci.com/jrhawley/bio-jtools)
        
        ## Usage
        
        ```shell
        bio-jtools bed [bed ...]
        ```
        
        ## Installation
        
        ```shell
        # pip
        pip install bio-jtools
        # conda
        conda install -c jrhawley bio-jtools
        ```
        
        ## Documentation
        
        For detailed documentation, see the [Read The Docs pages](https://bio-jtools.readthedocs.io/en/latest/?badge=latest).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Natural Language :: English
Description-Content-Type: text/markdown
