Skip to content

Commit fc12dd8

Browse files
authored
demo bug fix
1 parent fc7fbcf commit fc12dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/run_circos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
AMP = CNV.loc[CNV.Type=='Amp',:]
5454
DEL = CNV.loc[CNV.Type=='Del',:]
5555

56-
chromsizes = pandas.read_table("hg19.fa.sizes",index_col=0,header=None,names=['start','length','chrom'])
56+
chromsizes = pandas.read_table("hg19.fa.sizes",index_col=0,header=None,names=['length'])
5757
cg = pycircos.Circos(chromsizes, gap=2)
5858
# draw cytoband
5959
cg.draw_cytobands(8.1,0.3,"cytoBand.txt.gz")

0 commit comments

Comments
 (0)