Mercurial > repos > bgruening > deeptools
comparison profiler.xml @ 52:c0a054f2eff8 draft
Uploaded
author | bgruening |
---|---|
date | Mon, 22 Dec 2014 18:56:27 -0500 |
parents | 72d1d7c68bd3 |
children | 51c21e40ec5c |
comparison
equal
deleted
inserted
replaced
51:329e8411cc51 | 52:c0a054f2eff8 |
---|---|
7 <macros> | 7 <macros> |
8 <token name="@BINARY@">profiler</token> | 8 <token name="@BINARY@">profiler</token> |
9 <import>deepTools_macros.xml</import> | 9 <import>deepTools_macros.xml</import> |
10 </macros> | 10 </macros> |
11 <command> | 11 <command> |
12 <![CDATA[ | |
12 profiler | 13 profiler |
13 | 14 |
14 --matrixFile $matrixFile | 15 --matrixFile $matrixFile |
15 --outFileName $outFileName | 16 --outFileName $outFileName |
16 | 17 |
63 --xAxisLabel '$advancedOpt.xAxisLabel' | 64 --xAxisLabel '$advancedOpt.xAxisLabel' |
64 #if str($advancedOpt.yAxisLabel.value) != "None": | 65 #if str($advancedOpt.yAxisLabel.value) != "None": |
65 --yAxisLabel '$advancedOpt.yAxisLabel' | 66 --yAxisLabel '$advancedOpt.yAxisLabel' |
66 #end if | 67 #end if |
67 | 68 |
68 @kmeans_clusterin@ | 69 @KMEANS_CLUSTERING@ |
69 | 70 |
70 #end if | 71 #end if |
72 ]]> | |
71 </command> | 73 </command> |
72 <inputs> | 74 <inputs> |
73 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/> | 75 <param name="matrixFile" format="bgzip" type="data" label="Matrix file from the computeMatrix tool"/> |
74 <conditional name="scaleRegions"> | 76 <conditional name="scaleRegions"> |
75 <param name="showScaleRegionsOpt" type="select" label="The input matrix was computed in scale-regions mode"> | 77 <param name="showScaleRegionsOpt" type="select" label="The input matrix was computed in scale-regions mode"> |
76 <option value="no" selected="true">no</option> | 78 <option value="no" selected="true">no</option> |
77 <option value="yes">yes</option> | 79 <option value="yes">yes</option> |
78 </param> | 80 </param> |
79 <when value="no" /> | 81 <when value="no" /> |
80 <when value="yes"> | 82 <when value="yes"> |
81 <param name="startLabel" type="text" value="TSS" size="10" label="Label for the region start" help ="[only for scale-regions mode] Label shown in the plot for the start of the region. Default is TSS (transcription start site), but could be changed to anything, e.g. "peak start"." /> | 83 <param name="startLabel" type="text" value="TSS" size="10" |
82 <param name="endLabel" type="text" value="TES" size="10" label="Label for the region end" help="[only for scale-regions mode] Label shown in the plot for the region end. Default is TES (transcription end site)."/> | 84 label="Label for the region start" |
85 help ="[only for scale-regions mode] Label shown in the plot for the start of the region. Default is TSS (transcription start site), but could be changed to anything, e.g. "peak start"." /> | |
86 <param name="endLabel" type="text" value="TES" size="10" | |
87 label="Label for the region end" | |
88 help="[only for scale-regions mode] Label shown in the plot for the region end. Default is TES (transcription end site)."/> | |
83 </when> | 89 </when> |
84 </conditional> | 90 </conditional> |
85 | 91 |
86 <expand macro="input_graphic_output_settings"> | 92 <expand macro="input_graphic_output_settings"> |
87 <expand macro="input_image_file_format" /> | 93 <expand macro="input_image_file_format" /> |
113 <option value="lines" selected="true">lines</option> | 119 <option value="lines" selected="true">lines</option> |
114 <option value="fill">fill</option> | 120 <option value="fill">fill</option> |
115 <option value="se">add standard error</option> | 121 <option value="se">add standard error</option> |
116 <option value="overlapped_lines">overlapped lines</option> | 122 <option value="overlapped_lines">overlapped lines</option> |
117 </param> | 123 </param> |
118 <param name="regionsLabel" type="text" value="genes" size="30" label="Labels for the regions plotted in the heatmap" help="If more than one region is being plotted a list of labels separated by comma and limited by quotes, is required. For example, "label1, label2"."/> | 124 <param name="regionsLabel" type="text" value="genes" size="30" |
119 <param name="plotTitle" type="text" value="" size="30" label="Title of the plot" help="Title of the plot, to be printed on top of the generated image. Leave blank for no title." /> | 125 label="Labels for the regions plotted in the heatmap" |
120 <param name="colors" type="text" value="" size="40" label="List of colors to use for the plotted lines" help="Color names and html hex strings (e.g. #eeff22) are accepted. The color names should be given separated by spaces. (--colors red blue green)"> | 126 help="If more than one region is being plotted a list of labels separated by comma and limited by quotes, is required. For example, "label1, label2"."/> |
121 <validator type="expression" message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> | 127 <param name="plotTitle" type="text" value="" size="30" |
128 label="Title of the plot" | |
129 help="Title of the plot, to be printed on top of the generated image. Leave blank for no title." /> | |
130 <param name="colors" type="text" value="" size="40" | |
131 label="List of colors to use for the plotted lines" | |
132 help="Color names and html hex strings (e.g. #eeff22) are accepted. The color names should be given separated by spaces. (--colors red blue green)"> | |
133 <validator type="expression" | |
134 message="Only numbers, digits, '#' and spaces are allowed.">all(c in ' #abcdefghijklmnopqrstuvwxyz0123456789' for c in value)</validator> | |
122 </param> | 135 </param> |
123 | 136 |
124 <param name="onePlotPerGroup" type="boolean" truevalue="--onePlotPerGroup" falsevalue="" label="Do one plot per group" help="When the region file contains groups separated by "#", the default is to plot the averages for the distinct plots in one plot. If this option is set, each group will get its own plot, stacked on top of each other."/> | 137 <param name="onePlotPerGroup" type="boolean" truevalue="--onePlotPerGroup" falsevalue="" |
125 <param name="yMin" type="float" value="" size="3" label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values" optional="true"/> | 138 label="Do one plot per group" |
126 <param name="yMax" type="float" value="" size="3" label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" optional="true"/> | 139 help="When the region file contains groups separated by "#", the default is to plot the averages for the distinct plots in one plot. If this option is set, each group will get its own plot, stacked on top of each other."/> |
127 <param name="xAxisLabel" type="text" value="gene distance (bp)" size="50" label="Description for the x-axis label" /> | 140 <param name="yMin" type="float" value="" size="3" optional="true" |
128 <param name="yAxisLabel" type="text" value="" size="50" label="Description for the y-axis label for the top panel" /> | 141 label="Minimum value for the Y-axis of the summary plot. Leave empty for automatic values"/> |
142 <param name="yMax" type="float" value="" size="3" optional="true" | |
143 label="Maximum value for Y-axis of the summary plot. Leave empty for automatic values" /> | |
144 <param name="xAxisLabel" type="text" value="gene distance (bp)" size="50" | |
145 label="Description for the x-axis label" /> | |
146 <param name="yAxisLabel" type="text" value="" size="50" | |
147 label="Description for the y-axis label for the top panel" /> | |
129 | 148 |
130 <expand macro="kmeans_clustering" /> | 149 <expand macro="kmeans_clustering" /> |
131 | 150 |
132 </when> | 151 </when> |
133 </conditional> | 152 </conditional> |
135 <outputs> | 154 <outputs> |
136 <expand macro="output_image_file_format" /> | 155 <expand macro="output_image_file_format" /> |
137 <expand macro="output_graphic_outputs" /> | 156 <expand macro="output_graphic_outputs" /> |
138 </outputs> | 157 </outputs> |
139 <help> | 158 <help> |
140 | 159 <![CDATA[ |
141 **What it does** | 160 **What it does** |
142 | 161 |
143 This tool plots the average enrichments over all genomic | 162 This tool plots the average enrichments over all genomic |
144 regions supplied to computeMarix. It requires that computeMatrix was successfully run. | 163 regions supplied to computeMarix. It requires that computeMatrix was successfully run. |
145 It is a very useful complement to the heatmapper, especially in cases when you want to | 164 It is a very useful complement to the heatmapper, especially in cases when you want to |
156 | 175 |
157 | 176 |
158 ----- | 177 ----- |
159 | 178 |
160 @REFERENCES@ | 179 @REFERENCES@ |
161 | 180 ]]> |
162 </help> | 181 </help> |
163 <expand macro="citations" /> | 182 <expand macro="citations" /> |
164 </tool> | 183 </tool> |