Skip to content

Commit b6dd18a

Browse files
committed
bug corrected
1 parent 028ca21 commit b6dd18a

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

examples/bedgraph_matrix_lines.ini

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[bedgraph matrix]
2+
file = tad_separation_score.bm.gz
3+
file_type = bedgraph_matrix
4+
type = lines
5+
title = bedgraph matrix
6+
height = 5
7+
8+
[spacer]
9+
10+
[x-axis]
11+

examples/generateAllOutput.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pgt --tracks ./examples/bigwig_track.ini --region X:2,500,000-3,000,000 ./examples/bigwig.png
1+
pgt --tracks ./examples/bigwig_track.ini --region X:2,500,000-3,000,000 -o ./examples/bigwig.png
22
pgt --tracks ./examples/bigwig_with_genes.ini --region X:2,800,000-3,100,000 -o ./examples/bigwig_with_genes.png
33
pgt --tracks ./examples/bigwig_with_genes_and_vlines.ini --region X:2,800,000-3,100,000 -o ./examples/bigwig_with_genes_and_vlines.png
44
pgt --tracks ./examples/hic_track.ini -o hic_track.png --region chrX:2500000-3500000 -o ./examples/hic_track.png
55
pgt --tracks ./examples/epilogos_track.ini --region X:3100000-3150000 -o ./examples/epilogos_track.png
66
pgt --tracks ./examples/epilogos_track2.ini --region X:3100000-3150000 -o ./examples/epilogos_track2.png
7-
pgt --tracks ./examples/bedgraph_matrix.ini --region X:2000000-3500000 -o ./examples/bedgraph_matrix_lines.png
7+
pgt --tracks ./examples/bedgraph_matrix_lines.ini --region X:2000000-3500000 -o ./examples/bedgraph_matrix_lines.png
88

99
# The following examples require a modification of pygenometracks (adding a new track class)
1010
# pgt --tracks ./examples/new_track.ini --region X:3000000-3200000 -o ./examples/new_track.png

pygenometracks/tests/generateAllOutput.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pgt --tracks ./pygenometracks/tests/test_data/bed_and_gtf_tracks.ini --region X:3000000-3300000 --trackLabelFraction 0.2 --width 38 --dpi 130 -o ./pygenometracks/tests/test_data/master_bed_and_gtf.png
2-
pgt --tracks ./pygenometracks/tests/test_data/bedgraph.ini --region X:2850000-3150000 --trackLabelFraction 0.2 --dpi 130 ./pygenometracks/tests/test_data/master_bedgraph.png
2+
pgt --tracks ./pygenometracks/tests/test_data/bedgraph.ini --region X:2850000-3150000 --trackLabelFraction 0.2 --dpi 130 -o ./pygenometracks/tests/test_data/master_bedgraph.png
33
pgt --tracks ./pygenometracks/tests/test_data/bigwig.ini --region X:2700000-3100000 --trackLabelFraction 0.2 --dpi 130 -o ./pygenometracks/tests/test_data/master_bigwig.png
44
pgt --tracks ./pygenometracks/tests/test_data/alpha.ini --region X:2700000-3100000 --trackLabelFraction 0.2 --dpi 130 -o ./pygenometracks/tests/test_data/master_alpha.png
55
pgt --tracks ./pygenometracks/tests/test_data/epilogos.ini --region X:3100000-3150000 --trackLabelFraction 0.2 --dpi 130 -o ./pygenometracks/tests/test_data/master_epilogos.png

0 commit comments

Comments
 (0)