Metadata-Version: 1.1
Name: GCAP
Version: 1.0-20131218
Summary: DNase I seq QC pipeline
Home-page: https://github.com/qinqian/GCAP
Author: Qian Qin
Author-email: qinqianhappy@gmail.com
License: MIT
Description: 
        GCAP
        -----
        
        GCAP is a python module for wrapping different tools to quality control
        DNase-seq and other open chromatin sequencing data.
        
        GCAP is easy to start
        `````````````````````
        
        .. code:: python
        
            GCAP run -c config
        
        
        Links
        `````
        
        * `website <https://github.com/qinqian/GCAP>`_
        * `documentation <http://pythonhosted.org/GCAP/>`_
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: samflow
Requires: jinja2
Requires: argparse
