diff test-data/test11.ini @ 11:7dd841a32245 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit df07890f27c5d18e423ec889eadca82bd7958def
author iuc
date Sat, 01 Oct 2022 08:43:22 +0000
parents eca03db4f612
children
line wrap: on
line diff
--- a/test-data/test11.ini	Sun Feb 13 22:43:45 2022 +0000
+++ b/test-data/test11.ini	Sat Oct 01 08:43:22 2022 +0000
@@ -1,6 +1,6 @@
 [x-axis]
 where = top
-[hic_section_0_0]
+[hic_section_1_0]
 file = test-data/Li_et_al_2015.h5
 file_type = hic_matrix
 title = Kc DpnII (Li et al. 2015)
@@ -12,21 +12,25 @@
 rasterize = true
 [spacer]
 height = 0.05
-[bedgraph_matrix_2]
+[bedgraph_matrix_3]
 file = test-data/tad_score.gz
-title = TAD separation score (Ramirez et al.)
+title = TAD separation score (Ramirez et al.) as block with horizontal lines and data range
 height = 10.0
 type = lines
 file_type = bedgraph_matrix
 show_data_range = true
 plot_horizontal_lines = true
 pos_score_in_bin = block
-[bedgraph_matrix_3]
+individual_color = grey
+summary_color = #1f77b4
+[bedgraph_matrix_4]
 file = test-data/tad_score.gz
-title = TAD separation score (Ramirez et al.)
+title = TAD separation score (Ramirez et al.) as center without horizontal lines, summary in red and individual in blue
 height = 10.0
 type = lines
 file_type = bedgraph_matrix
 show_data_range = false
 plot_horizontal_lines = false
-pos_score_in_bin = center
\ No newline at end of file
+pos_score_in_bin = center
+individual_color = blue
+summary_color = red
\ No newline at end of file