Metadata-Version: 2.1
Name: pycircos
Version: 1.0.1
Summary: Python Modules for Circos Plot
Home-page: https://github.com/tsznxx/pycircos
Author: Yunfei Wang
Author-email: yfwang0405@gmail.com
License: GNU General Public License (GPL)
Keywords: Python NGS plot
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: numpy (>=1.4.1)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: pandas (>=0.18.0)

Python Modules for Circos Plot
===================================

1. Prerequisition
-------------------
- Python 2.7 packages (automatically installed)

  - numpy >= 1.13.1
  - pandas >= 0.15.2
  - matplotlib >= 2.0.2

 - Python 3.4+ packages(automatically installed)

  - numpy >= 1.13.1
  - pandas >= 0.15.2
  - matplotlib >= 2.0.2

2. Installation
----------------

::

  > git clone https://github.com/tsznxx/PyCircos.git
  > cd Pycircos
  > python setup.py install [--user]

3. Examples
-------------

::

  > cd demo
  > python run_circos.py run
  > display Circos.pdf



