Mercurial > repos > bgruening > deeptools
diff profiler.xml @ 36:ea2f64efe70d draft
Uploaded
author | bgruening |
---|---|
date | Fri, 31 Jan 2014 05:12:41 -0500 |
parents | 934b9fccabd4 |
children | 2f7edf06a5da |
line wrap: on
line diff
--- a/profiler.xml Thu Jan 30 19:16:15 2014 -0500 +++ b/profiler.xml Fri Jan 31 05:12:41 2014 -0500 @@ -64,6 +64,9 @@ #if str($advancedOpt.yAxisLabel.value) != "None": --yAxisLabel '$advancedOpt.yAxisLabel' #end if + + @kmeans_clusterin@ + #end if </command> <inputs> @@ -123,6 +126,9 @@ <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"/> <param name="xAxisLabel" type="text" value="gene distance (bp)" size="50" label="Description for the x-axis label" /> <param name="yAxisLabel" type="text" value="" size="50" label="Description for the y-axis label for the top panel" /> + + <expand macro="kmeans_clustering" /> + </when> </conditional> </inputs>