Metadata-Version: 1.2
Name: coolclip
Version: 0.0.1
Summary: A small tool for clip the cooler file
Home-page: https://github.com/Nanguage/CoolClip
Author: nanguage
Author-email: nanguage@yahoo.com
License: GPLv3
Description: CoolClip
        ========
        
        Clip the cooler file to a small subset within specified regions.
        Used for create example dataset for
        cooler_ based software test/debug/demonstration.
        
            I want to extract a small subset of
            .cooler file
            and create a new one, but found cooler not support that.
        
            So this is a small tool for clip the cooler file.
        
            Maybe cooler will support this in the feature,
            this will be deprecated.
        
        Install
        -------
        
        .. code-block:: bash
        
            $ pip install coolclip
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ coolclip --help
        
        
        .. _cooler: https://github.com/mirnylab/cooler
        
        
Keywords: genomics,bioinformatics,cooler,Hi-C
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.4, <4
