annotate pyGenomeTracks.xml @ 1:0ea86f6bf2a1 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
author iuc
date Mon, 02 Jul 2018 19:32:13 -0400
parents 2074627b0f83
children c171f2b7d76e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
1 <tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.1">
0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
2 <description>plot genomic data tracks</description>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
3 <macros>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
4 <token name="@BINARY@">pyGenomeTracks</token>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
5 <import>macros.xml</import>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
6 </macros>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
7 <expand macro="requirements" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
8 <command detect_errors="exit_code">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
9 <![CDATA[
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
10
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
11 sed '/^$/d' '$tracks_config' &&
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
12 @BINARY@
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
13 --tracks '$tracks_config'
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
14 #if $region and $region is not None:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
15 --region '$region'
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
16 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
17 --outFileName plot.$image_file_format
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
18 && mv plot.$image_file_format plot
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
19 ]]>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
20 </command>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
21 <configfiles>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
22 <configfile name="tracks_config">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
23 #if $x_axis.x_axis_select == "yes":
1
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
24 #if $x_axis.where == 'top':
0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
25 [x-axis]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
26 #if $x_axis.fontsize:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
27 fontsize = $x_axis.fontsize
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
28 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
29 #if $x_axis.where:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
30 where = $x_axis.where
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
31 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
32 #end if
1
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
33 #end if
0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
34 #for $counter, $track in enumerate($tracks):
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
35 #if $track.track_file_style_conditional.track_file_style_selector == "hic_matrix_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
36
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
37 #for $counter_matrix, $data_matrix in enumerate($track.track_file_style_conditional.matrix_h5_cooler_multiple):
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
38 [hic_section_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
39 file = $data_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
40 file_type = hic_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
41 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
42 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
43 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
44 title = $data_matrix.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
45 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
46 #if $track.track_file_style_conditional.depth:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
47 depth = $track.track_file_style_conditional.depth
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
48 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
49 #if $track.track_file_style_conditional.colormap:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
50 colormap = $track.track_file_style_conditional.colormap
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
51 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
52 #if $track.track_file_style_conditional.min_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
53 min_value = $track.track_file_style_conditional.min_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
54 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
55 #if $track.track_file_style_conditional.max_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
56 max_value = $track.track_file_style_conditional.max_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
57 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
58 transform = $track.track_file_style_conditional.transform
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
59 height = $track.track_file_style_conditional.height_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
60
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
61 #if $track.track_file_style_conditional.boundaries_file is not None:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
62 #set boundary_file = $track.track_file_style_conditional.boundaries_file[$counter_matrix]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
63 boundaries_file = $boundary_file
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
64 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
65
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
66 #if $track.track_file_style_conditional.x_labels:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
67 x labels = $track.track_file_style_conditional.x_labels
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
68 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
69 #if $track.track_file_style_conditional.type:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
70 type = $track.track_file_style_conditional.type
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
71 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
72 #if $track.track_file_style_conditional.show_masked_bins:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
73 show_masked_bins = $track.track_file_style_conditional.show_masked_bins
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
74 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
75 #if $track.track_file_style_conditional.scale_factor:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
76 scale factor = $track.track_file_style_conditional.scale_factor
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
77 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
78
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
79 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
80 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
81 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
82 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
83 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
84
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
85 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
86
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
87
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
88
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
89 #if $track.track_file_style_conditional.track_file_style_selector == "tad_score_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
90
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
91 #for $data_bedgraph in $track.track_file_style_conditional.track_input_bedgraph:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
92 [tad_score_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
93 file = $data_bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
94 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
95 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
96 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
97 title = $data_bedgraph.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
98 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
99 #if $track.track_file_style_conditional.color:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
100 color = $track.track_file_style_conditional.color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
101 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
102 #if $track.track_file_style_conditional.height_tad:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
103 height = $track.track_file_style_conditional.height_tad
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
104 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
105 #if $track.track_file_style_conditional.type_lines:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
106 type = $track.track_file_style_conditional.type_lines
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
107 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
108 #if $track.track_file_style_conditional.show_data:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
109 show data range = $track.track_file_style_conditional.show_data
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
110 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
111
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
112 #set $columns = len(open(str($track.track_file_style_conditional.track_input_bedgraph)).readline().split('\t'))
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
113 #if $columns > 5:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
114 file_type = bedgraph_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
115 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
116 file_type = bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
117 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
118 type = lines
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
119 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
120 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
121 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
122 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
123 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
124 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
125
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
126
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
127
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
128
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
129 #if $track.track_file_style_conditional.track_file_style_selector == "chrom_states_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
130 #for $data_bed in $track.track_file_style_conditional.track_input_bed:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
131
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
132 [chrom states_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
133 file = $data_bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
134 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
135 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
136 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
137 title = $data_bed.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
138 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
139 #if $track.track_file_style_conditional.color:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
140 color = $track.track_file_style_conditional.color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
141 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
142 display = collapsed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
143 #if $track.track_file_style_conditional.height_chrom:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
144 height = $track.track_file_style_conditional.height_chrom
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
145 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
146 #if $track.track_file_style_conditional.border_color:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
147 border_color = $track.track_file_style_conditional.border_color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
148 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
149 file_type = bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
150 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
151 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
152 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
153 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
154 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
155
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
156 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
157
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
158
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
159
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
160
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
161 #if $track.track_file_style_conditional.track_file_style_selector == "gene_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
162 #for $data_bed in $track.track_file_style_conditional.track_input_bed:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
163
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
164 [genes_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
165 file = $data_bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
166 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
167 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
168 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
169 title = $data_bed.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
170 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
171 #if $track.track_file_style_conditional.color:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
172 color = $track.track_file_style_conditional.color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
173 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
174
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
175 #if $track.track_file_style_conditional.height_bed:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
176 height = $track.track_file_style_conditional.height_bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
177 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
178
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
179 #if $track.track_file_style_conditional.labels:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
180 labels = $track.track_file_style_conditional.labels
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
181 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
182
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
183 #if $track.track_file_style_conditional.type:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
184 type = $track.track_file_style_conditional.type
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
185 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
186
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
187 file_type = bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
188 #if $track.track_file_style_conditional.fontsize:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
189 fontsize = $track.track_file_style_conditional.fontsize
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
190 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
191
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
192 #if $track.track_file_style_conditional.gene_rows:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
193 gene rows = $track.track_file_style_conditional.gene_rows
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
194 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
195
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
196 #if $track.track_file_style_conditional.global_max_row:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
197 global max row = $track.track_file_style_conditional.global_max_row
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
198 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
199 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
200 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
201 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
202 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
203 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
204 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
205
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
206
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
207 #if $track.track_file_style_conditional.track_file_style_selector == "bedgraph_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
208 #for $data_bedgraph in $track.track_file_style_conditional.track_input_bedgraph:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
209
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
210 [bedgraph_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
211 file = $data_bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
212 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
213 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
214 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
215 title = $data_bedgraph.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
216 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
217 #if $track.track_file_style_conditional.color:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
218 color = $track.track_file_style_conditional.color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
219 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
220 #if $track.track_file_style_conditional.height_bedgraph:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
221 height = $track.track_file_style_conditional.height_bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
222 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
223 #if $track.track_file_style_conditional.show_data:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
224 show data range = $track.track_file_style_conditional.show_data
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
225 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
226
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
227 #set $columns = len(open(str($track.track_file_style_conditional.track_input_bedgraph)).readline().split('\t'))
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
228 #if $columns > 5:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
229 file_type = bedgraph_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
230 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
231 file_type = bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
232 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
233 type = lines
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
234 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
235 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
236 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
237 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
238 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
239 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
240
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
241 #if $track.track_file_style_conditional.track_file_style_selector == "bigwig_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
242 #for $data_bigwig in $track.track_file_style_conditional.track_input_bigwig:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
243 [bigwig_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
244 file = $data_bigwig
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
245 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
246 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
247 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
248 title = $data_bigwig.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
249 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
250 color = $track.track_file_style_conditional.color
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
251 #if $track.track_file_style_conditional.min_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
252 min_value = $track.track_file_style_conditional.min_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
253 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
254 min_value = 0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
255 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
256 #if $track.track_file_style_conditional.max_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
257 max_value = $track.track_file_style_conditional.max_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
258 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
259 max_value = auto
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
260 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
261 height = $track.track_file_style_conditional.height_bigwig
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
262 #if $track.track_file_style_conditional.number_of_bins:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
263 number of bins = $track.track_file_style_conditional.number_of_bins
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
264 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
265 nans to zeros = $track.track_file_style_conditional.nans_to_zeros
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
266 #if $track.track_file_style_conditional.type_conditional == 'fill_option':
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
267 type = fill
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
268 #elif $track.track_file_style_conditional.type_conditional == 'line_option':
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
269 type = line:$track.track_file_style_conditional.type_conditional.height_line
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
270 #elif $track.track_file_style_conditional.type_conditional == 'point_option':
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
271 type = points:$track.track_file_style_conditional.type_conditional.width_point
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
272 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
273 #if $track.track_file_style_conditional.data_range:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
274 show data range = $track.track_file_style_conditional.data_range
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
275 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
276 file_type = bigwig
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
277 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
278 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
279 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
280 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
281 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
282 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
283
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
284
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
285 #if $track.track_file_style_conditional.track_file_style_selector == "bedgraph_matrix_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
286 #for $data_bedgraph_matrix in $track.track_file_style_conditional.track_input_bedgraph_matrix:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
287
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
288 [bedgraph_matrix_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
289 file = $data_bedgraph_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
290 #if $track.track_file_style_conditional.title:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
291 title = $track.track_file_style_conditional.title
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
292 #else:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
293 title = $data_bedgraph_matrix.name
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
294 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
295 #if $track.track_file_style_conditional.height_bedgraph:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
296 height = $track.track_file_style_conditional.height_bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
297 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
298 orientation = inverted
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
299 #if $track.track_file_style_conditional.min_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
300 min_value = $track.track_file_style_conditional.min_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
301 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
302 #if $track.track_file_style_conditional.max_value:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
303 max_value = $track.track_file_style_conditional.max_value
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
304 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
305 #if $track.track_file_style_conditional.type_lines:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
306 type = $track.track_file_style_conditional.type_lines
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
307 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
308 file_type = bedgraph_matrix
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
309 plot horizontal lines=False
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
310 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
311 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
312 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
313 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
314 #end for
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
315 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
316
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
317 #if $track.track_file_style_conditional.track_file_style_selector == "vlines_track_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
318
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
319 [vlines_$counter]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
320 file = $track.track_file_style_conditional.track_input_bed_single
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
321 type = vlines
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
322 file_type = bed
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
323 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
324 #if $track.track_file_style_conditional.track_file_style_selector == "spacer_option":
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
325
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
326 [spacer]
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
327 #if $track.track_file_style_conditional.spacer_height:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
328 height = $track.track_file_style_conditional.spacer_height
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
329 #end if
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
330 #end if
1
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
331 #end for
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
332
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
333 #if $x_axis.x_axis_select == "yes":
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
334 #if $x_axis.where == 'bottom':
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
335 [x-axis]
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
336 #if $x_axis.fontsize:
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
337 fontsize = $x_axis.fontsize
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
338 #end if
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
339 #if $x_axis.where:
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
340 where = $x_axis.where
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
341 #end if
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
342 #end if
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
343 #end if
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
344 </configfile>
0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
345 </configfiles>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
346 <inputs>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
347 <expand macro="region" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
348
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
349 <repeat name="tracks" min="1" title="Include tracks in your plot"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
350 help="Tracks can be of different filetypes. E.g BED, HiC-Matrix, BigWig or BedGraph">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
351 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
352 <param name="track_file_style_selector" type="select" label="Choose style of the track">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
353 <option value="hic_matrix_option">TAD visualization</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
354 <option value="chrom_states_option">Chromatine states</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
355 <option value="tad_score_track_option">TAD score</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
356 <option value="gene_track_option">Gene track / Bed track</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
357 <option value="bigwig_track_option">Bigwig track</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
358 <option value="bedgraph_track_option">Bedgraph track </option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
359 <option value="bedgraph_matrix_track_option">Bedgraph matrix track</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
360 <option value="vlines_track_option">Vlines track</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
361 <option value="spacer_option">Spacer</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
362 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
363 <when value="hic_matrix_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
364 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
365 <expand macro="matrix_h5_cooler_multiple_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
366
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
367 <expand macro="colormap" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
368 <param name="depth" type="integer" value="8000000" optional="True" label="Depth" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
369 <param name="min_value" type="float" value="" optional="True" label="Minimum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
370 <param name="max_value" type="float" value="" optional="True" label="Maximum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
371 <param name="transform" type="select" label="Plot the transformed value">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
372 <option value="log1p" selected="True" >log1p</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
373 <option value="log">log</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
374 <option value="-log">-log</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
375
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
376 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
377 <param name="height_matrix" type="float" value="1.5" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
378
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
379 <param name="type" type="select" optional="True" label="Plotting type">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
380 <option value="arcplot">arcplot</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
381 <option value="interaction">interaction</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
382 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
383 <param name="show_masked_bins" type="boolean" truevalue="yes" falsevalue="no" checked="false"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
384 label="Show masked bins" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
385 <param name="boundaries_file" type="data" optional="True" format="bed" label="Boundaries file" multiple='True'/> <!-- multiple='True'-->
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
386 <param name="scale_factor" type="float" value="1.0" optional="True" label="Scale factor" help="if the values in the matrix need to be scaled the following parameter can be used" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
387 <param name="x_labels" type="boolean" truevalue="yes" falsevalue="no" optional="True" label="Show x labels" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
388 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
389
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
390 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
391 <when value="tad_score_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
392 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
393 <expand macro="track_input_bedgraph_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
394 <param name="color" type="color" value="#000000" label="Color of track" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
395 <param name="type_lines" type="boolean" truevalue="lines" falsevalue="" checked="false"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
396 label="Set 'type' to 'lines'" help="if type is set as lines, then the TAD score lines are drawn instead
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
397 of the matrix set to lines if a heatmap representing the matrix is not wanted"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
398 <param name="height_tad" type="float" value="0.2" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
399 <param name='show_data' type="boolean" truevalue="yes" falsevalue="no" checked="false" optional="True" label="Show visualization of data range" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
400 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
401
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
402 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
403 <when value="chrom_states_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
404 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
405
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
406 <expand macro="track_input_bed_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
407 <param name="color" type="color" value="#000000" label="Color of track" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
408
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
409 <param name="border_color" type="color" value="#000000" label="Border color" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
410 <param name="height_chrom" type="float" value="1.5" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
411 <param name="labels" type="boolean" truevalue="on" falsevalue="off" checked="true"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
412 label="Plot labels" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
413 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
414
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
415 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
416 <when value="gene_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
417 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
418
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
419 <expand macro="track_input_bed_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
420 <param name="color" type="color" value="#000000" label="Color of track" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
421 <param name="height_bed" type="float" value="1.5" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
422 <param name="labels" type="boolean" truevalue="on" falsevalue="off" checked="true"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
423 label="Plot labels" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
424 <param name="type" type="select" optional="True" label="Type">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
425 <option value="genes">genes</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
426 <option value="domains">domains</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
427 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
428 <param name="global_max_row" type="boolean" truevalue="yes" falsevalue="no" checked="false"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
429 label="Global max rows" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
430 <param name="gene_rows" type="integer" value="" optional="True" label="Gene rows" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
431 <param name="fontsize" type="integer" value="" optional="True" label="Fontsize" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
432 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
433
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
434 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
435 <when value="bedgraph_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
436 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
437 <expand macro="track_input_bedgraph_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
438 <param name="color" type="color" value="#000000" label="Color of track" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
439
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
440 <param name="height_bedgraph" type="float" value="0.2" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
441 <param name='show_data' type="boolean" truevalue="yes" falsevalue="no" checked="false" optional="True" label="Show visualization of data range" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
442 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
443
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
444 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
445 <when value="bigwig_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
446 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
447
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
448 <expand macro="track_input_bigwig_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
449 <param name="color" type="color" value="#000000" label="Color of track" optional="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
450
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
451 <param name="min_value" type="float" value="" optional="True" label="Minimum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
452 <param name="max_value" type="float" value="" optional="True" label="Maximum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
453
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
454 <param name="height_bigwig" type="float" value="1.5" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
455 <param name="number_of_bins" type="integer" value="" optional="True" label="Number of bins" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
456 <param name="nans_to_zeros" type="boolean" truevalue="True" falsevalue="False" checked="false"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
457 label="NAN's to zeros" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
458 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
459 <param name="type_selector" type="select" label="Choose style of the plot.">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
460 <option value="fill_option">fill</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
461 <option value="line_option">line</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
462 <option value="point_option">point</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
463 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
464 <when value="line_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
465 <param name="width_line" type="float" value="0.5" optional="True" label="Width"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
466 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
467 <when value="point_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
468 <param name="width_point" type="float" value="0.5" optional="True" label="Width"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
469 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
470 <when value="fill_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
471 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
472 <param name="data_range" type="boolean" truevalue="yes" falsevalue="no" optional="True" checked="false" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
473 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
474
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
475 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
476
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
477
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
478 <when value="bedgraph_matrix_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
479 <expand macro="plot_title" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
480
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
481 <expand macro="track_input_bedgraph_matrix_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
482 <param name="min_value" type="float" value="" optional="True" label="Minimum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
483 <param name="max_value" type="float" value="" optional="True" label="Maximum value"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
484
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
485 <param name="height_bedgraph" type="float" value="1.5" optional="True" label="height"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
486
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
487 <param name="type_lines" type="boolean" truevalue="lines" falsevalue="" checked="false"
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
488 label="Set 'type' to 'lines'" help="if type is set as lines, then the TAD score lines are drawn instead
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
489 of the matrix set to lines if a heatmap representing the matrix is not wanted"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
490 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
491
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
492 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
493 <when value="vlines_track_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
494 <expand macro="track_input_bed_single_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
495 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
496 <when value="spacer_option">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
497 <expand macro="spacer_macro" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
498 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
499 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
500
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
501 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
502
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
503
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
504 <conditional name="x_axis">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
505 <param name="x_axis_select" type="select" label="Configure x-axis">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
506 <option value="no" selected="True">No</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
507 <option value="yes">Yes</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
508 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
509 <when value="yes">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
510 <param name="fontsize" type="integer" value="" optional="True" label="Fontsize" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
511 <param name="where" type="select" optional="True" label="Where to place the x-axis">
1
0ea86f6bf2a1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit f834c2a294c002123ef0613dc703aca00201b5bf
iuc
parents: 0
diff changeset
512 <option value="top" >Top</option>
0
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
513 <option value="bottom">Bottom</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
514 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
515 </when>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
516 <when value="no" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
517 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
518 <param name="image_file_format" type="select" label="Image output format">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
519 <option value="png">png</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
520 <option value="svg">svg</option>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
521 </param>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
522 </inputs>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
523 <outputs>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
524 <data format="png" name="outFileName" from_work_dir="plot" label="${tool.name} on [${on_string}]: Plot">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
525 <change_format>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
526 <when input="image_file_format" value="png" format="png" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
527 <when input="image_file_format" value="svg" format="svg" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
528 </change_format>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
529 </data>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
530 </outputs>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
531 <tests>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
532 <test>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
533 <param name="region" value="chrX:3000000-3500000"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
534 <conditional name="x_axis">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
535 <param name="x_axis_select" value="yes" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
536 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
537 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
538 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
539 <param name="track_file_style_selector" value="hic_matrix_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
540 <param name="matrix_h5_cooler_multiple" value="Li_et_al_2015.h5"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
541
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
542 <param name="title" value="Kc DpnII (Li et al. 2015)" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
543 <param name="colormap" value="RdYlBu_r" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
544 <param name="depth" value="200000" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
545 <param name="transform" value="log1p" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
546 <param name="boundaries_file" value="domains.bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
547 <param name="x_labels" value="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
548 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
549 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
550 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
551 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
552 <param name="track_file_style_selector" value="spacer_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
553 <param name="spacer_height" value="0.05" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
554 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
555 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
556 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
557 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
558 <param name="track_file_style_selector" value="chrom_states_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
559 <param name="track_input_bed" value="tad_classification.bed" ftype="bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
560 <param name="title" value="TAD state" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
561 <param name="height_chrom" value="0.5" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
562 <param name="labels" value="off" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
563 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
564 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
565 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
566 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
567 <param name="track_file_style_selector" value="tad_score_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
568 <param name="track_input_bedgraph" value="tad_score.gz" ftype="bedgraph" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
569 <param name="title" value="TAD separation score (Ramirez et al.)" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
570 <param name="height_tad" value="10" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
571 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
572 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
573 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
574 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
575 <param name="track_file_style_selector" value="spacer_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
576 <param name="spacer_height" value="1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
577 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
578 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
579 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
580 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
581 <param name="track_file_style_selector" value="bedgraph_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
582 <param name="track_input_bedgraph" value="bedgraph_chrx_2e6_5e6.bg" ftype="bedgraph" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
583 <param name="title" value="bedgraph" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
584 <param name="height_bedgraph" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
585 <param name="color" value="blue" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
586 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
587 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
588 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
589 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
590 <param name="track_file_style_selector" value="bigwig_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
591 <param name="track_input_bigwig" value="bigwig_chrx_2e6_5e6.bw" ftype="bigwig" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
592 <param name="title" value="rep 1 test fill" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
593 <param name="height_bigwig" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
594 <param name="color" value="blue" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
595 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
596 <param name="type_selector" value="fill_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
597 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
598 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
599 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
600
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
601 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
602 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
603 <param name="track_file_style_selector" value="bigwig_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
604 <param name="track_input_bigwig" value="bigwig_chrx_2e6_5e6.bw" ftype="bigwig" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
605 <param name="title" value="rep 1 test line" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
606 <param name="height_bigwig" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
607 <param name="color" value="red" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
608 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
609 <param name="type_selector" value="line_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
610 <param name="width_line" value="1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
611 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
612 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
613 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
614
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
615 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
616 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
617 <param name="track_file_style_selector" value="bigwig_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
618 <param name="track_input_bigwig" value="bigwig_chrx_2e6_5e6.bw" ftype="bigwig" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
619 <param name="title" value="rep 1 test lw=0.2" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
620 <param name="height_bigwig" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
621 <param name="color" value="red" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
622 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
623 <param name="type_selector" value="line_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
624 <param name="width_line" value="0.1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
625
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
626 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
627 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
628 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
629
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
630 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
631 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
632 <param name="track_file_style_selector" value="bigwig_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
633 <param name="track_input_bigwig" value="bigwig_chrx_2e6_5e6.bw" ftype="bigwig" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
634 <param name="title" value="rep 1 test point:0.5" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
635 <param name="height_bigwig" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
636 <param name="color" value="black" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
637 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
638 <param name="type_selector" value="point_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
639 <param name="width_point" value="0.5" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
640
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
641 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
642 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
643 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
644
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
645 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
646 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
647 <param name="track_file_style_selector" value="spacer_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
648 <param name="spacer_height" value="0.5" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
649 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
650 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
651 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
652 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
653 <param name="track_file_style_selector" value="gene_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
654 <param name="track_input_bed" value="dm3_genes.bed.gz" ftype="bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
655 <param name="title" value="genes" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
656 <param name="height_bed" value="5" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
657 <param name="fontsize" value="10" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
658 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
659 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
660 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
661 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
662 <param name="track_file_style_selector" value="spacer_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
663 <param name="spacer_height" value="1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
664 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
665 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
666 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
667 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
668 <param name="track_file_style_selector" value="gene_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
669 <param name="track_input_bed" value="dm3_genes.bed.gz" ftype="bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
670 <param name="title" value="max num rows 3" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
671 <param name="height_bed" value="3" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
672 <param name="fontsize" value="8" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
673 <param name="gene_rows" value="3" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
674 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
675 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
676 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
677 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
678 <param name="track_file_style_selector" value="spacer_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
679 <param name="spacer_height" value="1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
680 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
681 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
682 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
683 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
684 <param name="track_file_style_selector" value="gene_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
685 <param name="track_input_bed" value="dm3_genes.bed6.gz" ftype="bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
686 <param name="title" value="bed6 global max row" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
687 <param name="height_bed" value="20" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
688 <param name="fontsize" value="10" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
689 <param name="global_max_row" value="True" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
690 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
691 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
692 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
693 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
694 <param name="track_file_style_selector" value="vlines_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
695 <param name="track_input_bed_single" value="domains.bed" ftype="bed" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
696 <param name="type" value="vlines" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
697 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
698 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
699 <param name="image_file_format" value="png" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
700 <output name="outFileName" file="master_TADs_plot.png" ftype="png" compare="sim_size" delta="35000" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
701 </test>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
702 <test>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
703 <param name="region" value="chrX:3000000-3500000"/>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
704 <conditional name="x_axis">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
705 <param name="x_axis_select" value="yes" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
706 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
707 <repeat name="tracks">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
708 <conditional name="track_file_style_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
709 <param name="track_file_style_selector" value="bigwig_track_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
710 <param name="track_input_bigwig" value="bigwig_chrx_2e6_5e6.bw,bigwig_chrx_2e6_5e6.bw" ftype="bigwig" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
711 <param name="title" value="rep 1 test line" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
712 <param name="height_bigwig" value="4" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
713 <param name="color" value="red" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
714 <conditional name="type_conditional">
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
715 <param name="type_selector" value="line_option" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
716 <param name="width_line" value="1" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
717 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
718 </conditional>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
719 </repeat>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
720 <param name="image_file_format" value="png" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
721 <output name="outFileName" file="bigwig_multiple.png" ftype="png" compare="sim_size" delta="35000" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
722 </test>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
723 </tests>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
724 <help><![CDATA[
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
725
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
726 pyGenomeTracks
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
727 ==============
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
728
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
729 **pyGenomeTracks** is a visualization tool which aims to produce high-quality genome browser tracks that are highly customizable.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
730 Currently, it is possible to plot:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
731
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
732 - bigwig
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
733 - bed (many options)
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
734 - bedgraph
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
735 - links (represented as arcs)
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
736 - Hi-C matrices
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
737
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
738 _________________
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
739
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
740 Usage
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
741 -----
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
742
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
743 This tool takes various types of tracks as input:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
744
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
745 - **Chromatin states:** display blocks of different colors following a bed file.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
746 - **Gene track / Bed Track:** display genes or bed files. Labels like gene names can be toggled on or off.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
747 - **Bigwig track:** generic bigwig track plotting.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
748 - **Bedgraph track:** generic bedgraph track plotting.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
749 - **Bedgraph matrix track** is used to specifically plot bm files computed by HiCExplorer's ``hicFindTADs`` (TAD seperation scores).
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
750 - **Vlines:** vertical lines drawn on top of all tracks following a bed file. It is used as a visual support where regions start / end over all tracks, for example to display TAD boundaries computed by HiCExplorer's ``hicFindTADs``.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
751 - **Spacer:** Add some space between two tracks.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
752 - **Hi-C tracks:**
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
753 - **TAD vizualisation:** corrected Hi-C contact matrix to plot a contact heatmap. It is recommended to follow HiCExplorer's ``hicPlotMatrix`` instructions. Boundaries file can used, which is the output of HiCExplorer's ``hicFindTADs`` in bed format. If selected, TADs will be drawn directly on the contact heatmap.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
754 - **TAD score:** display TAD seperation score computed by HiCExplorer's ``hicFindTADs``.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
755
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
756
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
757 For each track, parameters for the color, the width or the font size can be defined.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
758
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
759 _________________
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
760
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
761 Output
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
762 ------
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
763
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
764 **pyGenomeTracks** output is similar to a genome browser screen-shot that besides the usual genes, and score data (like bigwig or bedgraph files)
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
765 also contains Hi-C data. The plot is composed of tracks that need to be specified.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
766 Below is represented the 85 Mb to 110 Mb region from human chromosome 2 visualized using **pyGenomeTracks**.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
767 TADs were computed by HiCExplorer's ``hicFindTADs``. The additional tracks added correspond to:
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
768 TAD-separation score (as reported by HiCExplorer's ``hicFindTADs``), chromatin states,
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
769 principal component 1 (A/B compartment) computed using HiCExplorer's ``hicPCA``, ChIP-seq coverage for the H3K27ac mark, DNA methylation, and a gene track.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
770 Data are from mouse cardiac myocytes, published by `Nothjunge et al. (2017)`_.
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
771
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
772 .. image:: $PATH_TO_IMAGES/pyGenomeTracks.png
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
773 :width: 70 %
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
774
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
775 _________________
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
776
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
777 | For more information about pyGenomeTracks please consider our documentation on github_
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
778
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
779 .. _github: https://github.com/deeptools/pyGenomeTracks
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
780 .. _`Nothjunge et al. (2017)`: https://www.nature.com/articles/s41467-017-01724-9
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
781 ]]></help>
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
782 <expand macro="citations" />
2074627b0f83 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff changeset
783 </tool>