Skip to content

Commit b7b77fd

Browse files
support python3 and bugs fix
1 parent 2491ef9 commit b7b77fd

File tree

10 files changed

+1194
-31
lines changed

10 files changed

+1194
-31
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
### Python Modules for Circos Plot
2+
3+
1. Prerequisition
4+
5+
- Python 2.7 packages (automatically installed)
6+
7+
- numpy >= 1.13.1
8+
- pandas >= 0.15.2
9+
- matplotlib >= 2.0.2
10+
11+
- Python 3.4+ packages(automatically installed)
12+
13+
- numpy >= 1.13.1
14+
- pandas >= 0.15.2
15+
- matplotlib >= 2.0.2
16+
17+
2. Installation
18+
19+
20+
```
21+
22+
> git clone https://github.com/tsznxx/PyCircos.git
23+
> cd Pycircos
24+
> python setup.py install [--user]
25+
```
26+
3. Examples
27+
28+
29+
```
30+
> cd demo
31+
> python run_circos.py run
32+
> display Circos.pdf
33+
```
34+
4. Demo Results
35+
36+
![](./demo.png)
37+

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,20 @@ Python Modules for Circos Plot
99
- pandas >= 0.15.2
1010
- matplotlib >= 2.0.2
1111

12+
- Python 3.4+ packages(automatically installed)
13+
14+
- numpy >= 1.13.1
15+
- pandas >= 0.15.2
16+
- matplotlib >= 2.0.2
17+
1218
2. Installation
1319
----------------
1420

1521
::
1622

1723
> git clone https://github.com/tsznxx/PyCircos.git
1824
> cd Pycircos
19-
> python setup.py install --user
25+
> python setup.py install [--user]
2026

2127
3. Examples
2228
-------------

demo.png

152 KB
Loading

demo/Circos.pdf

3.06 MB
Binary file not shown.

demo/Circos3.pdf

3.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)