Metadata-Version: 2.1
Name: cooltools
Version: 0.4.0
Summary: Analysis tools for genomic interaction data stored in .cool format
Home-page: https://github.com/open2c/cooltools
Author: Open2C
Author-email: espresso@mit.edu
License: MIT
Description: # cooltools
        
        [![Build Status](https://travis-ci.org/open2c/cooltools.svg?branch=master)](https://travis-ci.org/open2c/cooltools)
        [![Documentation Status](https://readthedocs.org/projects/cooltools/badge/?version=latest)](https://cooltools.readthedocs.io/en/latest/?badge=latest)
        [![DOI](https://zenodo.org/badge/82413481.svg)](https://zenodo.org/badge/latestdoi/82413481)
        
        The tools for your .cool's
        
        Documentation can be found here https://cooltools.readthedocs.io/en/latest/
        
        Our contributing guide can be found [here](https://github.com/open2c/cooltools/blob/master/CONTRIBUTING.md).
        
        ## Requirements
        
        The following are required before installing cooltools:
        
        * Python 3.4+
        * `numpy`
        * `cython`
        
        ## Installation
        
        ```sh
        pip install cooltools
        ```
        
Keywords: genomics,bioinformatics,Hi-C,analysis,cooler
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
