File tree Expand file tree Collapse file tree 3 files changed +23
-29
lines changed
Expand file tree Collapse file tree 3 files changed +23
-29
lines changed Original file line number Diff line number Diff line change 1313 - matplotlib >= 2.0.2
1414
15152 . Installation
16-
17-
18- ```
19-
20- > git clone https://github.com/tsznxx/PyCircos.git
21- > cd Pycircos
22- > python setup.py install [--user]
23- ```
16+ - intall dev branch
17+
18+ ```
19+ git clone https://github.com/KimBioInfoStudio/PyCircos.git
20+ cd Pycircos
21+ python setup.py install [--user]
22+ ```
23+ - install release brranch
24+ ```
25+ pip install pycircos
26+ ```
27+
24283. Examples
2529
2630
2731```
28- > cd demo
29- > python run_circos.py run
30- > display Circos.pdf
32+ cd demo
33+ python run_circos.py run
34+ display Circos.pdf
3135```
32364. Demo Results
3337
Original file line number Diff line number Diff line change 1+ numpy >= 1.4.1
2+ matplotlib >= 2.0.0
3+ pandas >= 0.18.0
4+ argparse >= 1.2.1
Original file line number Diff line number Diff line change 1- #!/usr/bin/python
1+ #!/usr/bin/env python
22#Last-modified: 17 Jul 2017 11:00:55 AM
33
44# Module/Scripts Description
1414# @author: Yunfei Wang
15151616
17- # ------------------------------------
18- # python modules
19- # ------------------------------------
2017
21- import os ,sys
22- from setuptools import setup , find_packages , Extension
2318
24- # ------------------------------------
25- # constants
26- # ------------------------------------
2719
28- # ------------------------------------
29- # Misc functions
30- # ------------------------------------
3120
32- # ------------------------------------
33- # Classes
34- # ------------------------------------
21+ import os , sys
22+ from setuptools import setup , find_packages , Extension
23+
3524
36- # ------------------------------------
37- # Main
38- # ------------------------------------
3925
4026if __name__ == '__main__' :
4127
You can’t perform that action at this time.
0 commit comments