Mercurial > repos > iuc > pygenometracks
annotate pyGenomeTracks.xml @ 0:2074627b0f83 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
author | iuc |
---|---|
date | Sat, 23 Jun 2018 02:28:35 -0400 |
parents | |
children | 0ea86f6bf2a1 |
rev | line source |
---|---|
0
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
1 <tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.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": |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
24 [x-axis] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
25 #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
|
26 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
|
27 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
28 #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
|
29 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
|
30 #end if |
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 #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
|
33 #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
|
34 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
35 #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
|
36 [hic_section_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
37 file = $data_matrix |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
38 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
|
39 #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
|
40 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
|
41 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
42 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
|
43 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
44 #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
|
45 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
|
46 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
47 #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
|
48 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
|
49 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
50 #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
|
51 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
|
52 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
53 #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
|
54 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
|
55 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
56 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
|
57 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
|
58 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
59 #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
|
60 #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
|
61 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
|
62 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
63 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
64 #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
|
65 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
|
66 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
67 #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
|
68 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
|
69 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
70 #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
|
71 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
|
72 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
73 #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
|
74 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
|
75 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
76 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
77 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
78 #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
|
79 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
|
80 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
81 #end for |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
82 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
83 #end if |
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 |
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 #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
|
88 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
89 #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
|
90 [tad_score_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
91 file = $data_bedgraph |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
92 #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
|
93 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
|
94 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
95 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
|
96 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
97 #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
|
98 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
|
99 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
100 #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
|
101 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
|
102 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
103 #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
|
104 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
|
105 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
106 #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
|
107 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
|
108 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
109 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
110 #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
|
111 #if $columns > 5: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
112 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
|
113 #else: |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
115 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
116 type = lines |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
117 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
118 #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
|
119 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
|
120 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
121 #end for |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
124 |
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 #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
|
128 #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
|
129 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
130 [chrom states_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
131 file = $data_bed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
132 #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
|
133 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
|
134 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
135 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
|
136 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
137 #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
|
138 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
|
139 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
140 display = collapsed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
141 #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
|
142 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
|
143 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
144 #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
|
145 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
|
146 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
147 file_type = bed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
148 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
149 #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
|
150 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
|
151 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
152 #end for |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
153 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
154 #end if |
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 |
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 #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
|
160 #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
|
161 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
162 [genes_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
163 file = $data_bed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
164 #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
|
165 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
|
166 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
167 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
|
168 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
169 #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
|
170 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
|
171 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
172 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
173 #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
|
174 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
|
175 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
176 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
177 #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
|
178 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
|
179 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
180 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
181 #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
|
182 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
|
183 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
184 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
185 file_type = bed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
186 #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
|
187 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
|
188 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
189 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
190 #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
|
191 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
|
192 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
193 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
194 #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
|
195 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
|
196 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
197 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
198 #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
|
199 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
|
200 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
201 #end for |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
204 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
205 #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
|
206 #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
|
207 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
208 [bedgraph_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
209 file = $data_bedgraph |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
210 #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
|
211 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
|
212 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
213 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
|
214 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
215 #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
|
216 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
|
217 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
218 #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
|
219 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
|
220 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
221 #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
|
222 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
|
223 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
224 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
225 #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
|
226 #if $columns > 5: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
227 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
|
228 #else: |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
230 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
231 type = lines |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
232 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
233 #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
|
234 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
|
235 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
236 #end for |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
239 #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
|
240 #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
|
241 [bigwig_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
242 file = $data_bigwig |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
243 #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
|
244 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
|
245 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
246 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
|
247 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
248 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
|
249 #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
|
250 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
|
251 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
252 min_value = 0 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
253 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
254 #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
|
255 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
|
256 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
257 max_value = auto |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
258 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
259 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
|
260 #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
|
261 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
|
262 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
263 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
|
264 #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
|
265 type = fill |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
266 #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
|
267 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
|
268 #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
|
269 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
|
270 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
271 #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
|
272 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
|
273 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
274 file_type = bigwig |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
275 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
276 #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
|
277 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
|
278 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
279 #end for |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
282 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
283 #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
|
284 #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
|
285 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
286 [bedgraph_matrix_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
287 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
|
288 #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
|
289 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
|
290 #else: |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
291 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
|
292 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
293 #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
|
294 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
|
295 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
296 orientation = inverted |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
297 #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
|
298 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
|
299 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
300 #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
|
301 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
|
302 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
303 #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
|
304 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
|
305 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
306 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
|
307 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
|
308 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
309 #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
|
310 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
|
311 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
312 #end for |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
315 #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
|
316 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
317 [vlines_$counter] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
318 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
|
319 type = vlines |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
320 file_type = bed |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
321 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
322 #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
|
323 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
324 [spacer] |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
325 #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
|
326 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
|
327 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
328 #end if |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
329 #end for</configfile> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
330 </configfiles> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
331 <inputs> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
332 <expand macro="region" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
333 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
334 <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
|
335 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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
340 <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
|
341 <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
|
342 <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
|
343 <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
|
344 <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
|
345 <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
|
346 <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
|
347 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
348 <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
|
349 <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
|
350 <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
|
351 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
352 <expand macro="colormap" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
353 <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
|
354 <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
|
355 <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
|
356 <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
|
357 <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
|
358 <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
|
359 <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
|
360 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
361 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
362 <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
|
363 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
364 <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
|
365 <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
|
366 <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
|
367 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
368 <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
|
369 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
|
370 <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
|
371 <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
|
372 <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
|
373 <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
|
374 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
375 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
376 <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
|
377 <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
|
378 <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
|
379 <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
|
380 <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
|
381 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
|
382 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
|
383 <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
|
384 <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
|
385 <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
|
386 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
387 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
388 <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
|
389 <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
|
390 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
391 <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
|
392 <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
|
393 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
394 <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
|
395 <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
|
396 <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
|
397 label="Plot labels" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
398 <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
|
399 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
400 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
401 <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
|
402 <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
|
403 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
404 <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
|
405 <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
|
406 <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
|
407 <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
|
408 label="Plot labels" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
409 <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
|
410 <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
|
411 <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
|
412 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
413 <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
|
414 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
|
415 <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
|
416 <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
|
417 <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
|
418 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
419 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
420 <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
|
421 <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
|
422 <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
|
423 <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
|
424 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
425 <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
|
426 <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
|
427 <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
|
428 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
429 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
430 <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
|
431 <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
|
432 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
433 <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
|
434 <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
|
435 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
436 <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
|
437 <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
|
438 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
439 <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
|
440 <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
|
441 <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
|
442 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
|
443 <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
|
444 <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
|
445 <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
|
446 <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
|
447 <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
|
448 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
449 <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
|
450 <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
|
451 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
452 <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
|
453 <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
|
454 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
455 <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
|
456 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
457 <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
|
458 <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
|
459 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
460 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
461 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
462 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
463 <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
|
464 <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
|
465 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
466 <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
|
467 <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
|
468 <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
|
469 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
470 <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
|
471 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
472 <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
|
473 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
|
474 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
|
475 <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
|
476 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
477 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
478 <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
|
479 <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
|
480 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
481 <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
|
482 <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
|
483 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
484 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
485 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
486 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
487 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
488 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
489 <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
|
490 <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
|
491 <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
|
492 <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
|
493 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
494 <when value="yes"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
495 <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
|
496 <param name="where" type="select" optional="True" label="Where to place the x-axis"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
497 <option value="top">Top</option> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
498 <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
|
499 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
500 </when> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
501 <when value="no" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
502 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
503 <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
|
504 <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
|
505 <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
|
506 </param> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
507 </inputs> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
508 <outputs> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
509 <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
|
510 <change_format> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
511 <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
|
512 <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
|
513 </change_format> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
514 </data> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
515 </outputs> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
516 <tests> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
517 <test> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
518 <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
|
519 <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
|
520 <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
|
521 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
522 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
523 <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
|
524 <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
|
525 <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
|
526 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
527 <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
|
528 <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
|
529 <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
|
530 <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
|
531 <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
|
532 <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
|
533 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
534 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
535 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
536 <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
|
537 <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
|
538 <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
|
539 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
540 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
541 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
542 <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
|
543 <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
|
544 <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
|
545 <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
|
546 <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
|
547 <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
|
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="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
|
553 <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
|
554 <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
|
555 <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
|
556 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
557 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
558 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
559 <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
|
560 <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
|
561 <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
|
562 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
563 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
564 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
565 <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
|
566 <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
|
567 <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
|
568 <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
|
569 <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
|
570 <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
|
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="bigwig_track_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="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
|
577 <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
|
578 <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
|
579 <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
|
580 <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
|
581 <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
|
582 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
583 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
584 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
585 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
586 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
587 <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
|
588 <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
|
589 <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
|
590 <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
|
591 <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
|
592 <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
|
593 <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
|
594 <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
|
595 <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
|
596 </conditional> |
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 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
599 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
600 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
601 <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
|
602 <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
|
603 <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
|
604 <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
|
605 <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
|
606 <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
|
607 <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
|
608 <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
|
609 <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
|
610 |
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 point:0.5" /> |
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="black" /> |
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="point_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_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
|
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="spacer_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="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
|
634 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
635 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
636 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
637 <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
|
638 <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
|
639 <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
|
640 <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
|
641 <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
|
642 <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
|
643 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
644 </repeat> |
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="1" /> |
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="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
|
656 <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
|
657 <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
|
658 <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
|
659 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
660 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
661 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
662 <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
|
663 <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
|
664 <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
|
665 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
666 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
667 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
668 <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
|
669 <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
|
670 <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
|
671 <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
|
672 <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
|
673 <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
|
674 <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
|
675 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
676 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
677 <repeat name="tracks"> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
678 <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
|
679 <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
|
680 <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
|
681 <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
|
682 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
683 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
684 <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
|
685 <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
|
686 </test> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
687 <test> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
688 <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
|
689 <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
|
690 <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
|
691 </conditional> |
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="bigwig_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_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
|
696 <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
|
697 <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
|
698 <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
|
699 <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
|
700 <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
|
701 <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
|
702 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
703 </conditional> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
704 </repeat> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
705 <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
|
706 <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
|
707 </test> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
708 </tests> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
709 <help><![CDATA[ |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
710 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
711 pyGenomeTracks |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
712 ============== |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
713 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
714 **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
|
715 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
|
716 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
717 - bigwig |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
718 - bed (many options) |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
719 - bedgraph |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
720 - 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
|
721 - Hi-C matrices |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
722 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
723 _________________ |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
724 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
725 Usage |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
726 ----- |
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 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
|
729 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
730 - **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
|
731 - **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
|
732 - **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
|
733 - **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
|
734 - **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
|
735 - **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
|
736 - **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
|
737 - **Hi-C tracks:** |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
738 - **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
|
739 - **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
|
740 |
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 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
|
743 |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
746 Output |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
747 ------ |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
748 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
749 **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
|
750 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
|
751 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
|
752 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
|
753 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
|
754 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
|
755 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
|
756 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
757 .. 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
|
758 :width: 70 % |
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 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
762 | 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
|
763 |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
764 .. _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
|
765 .. _`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
|
766 ]]></help> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
767 <expand macro="citations" /> |
2074627b0f83
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit a68062b7e444233416bd30404be9bf92b6f1a363
iuc
parents:
diff
changeset
|
768 </tool> |