Mercurial > repos > bgruening > deeptools_plot_profile
diff plotProfiler.xml @ 1:466df17b2d67 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit fef8b344925620444d93d8159c0b2731a5777920
| author | bgruening |
|---|---|
| date | Mon, 15 Feb 2016 10:34:50 -0500 |
| parents | e4ad262c1321 |
| children | c73c5d2c94b3 |
line wrap: on
line diff
--- a/plotProfiler.xml Mon Jan 25 20:27:28 2016 -0500 +++ b/plotProfiler.xml Mon Feb 15 10:34:50 2016 -0500 @@ -1,6 +1,6 @@ <tool id="deeptools_plot_profile" name="plotProfile" version="@WRAPPER_VERSION@.0"> <description> - creates a profile plot for a score associated to genomic regions + creates a profile plot for score distributions across genomic regions </description> <macros> <token name="@BINARY@">plotProfile</token> @@ -35,7 +35,13 @@ --plotHeight $advancedOpt.plotHeight --plotWidth $advancedOpt.plotWidth --plotType $advancedOpt.plotType - --regionsLabel '$advancedOpt.regionsLabel' + #if $advancedOpt.samplesLabel and str($advancedOpt.samplesLabel).strip() != "": + --samplesLabel $advancedOpt.samplesLabel + #end if + + #if $advancedOpt.regionsLabel and str($advancedOpt.regionsLabel).strip() != "": + --regionsLabel $advancedOpt.regionsLabel + #end if #if $advancedOpt.plotTitle and str($advancedOpt.plotTitle).strip() != "": --plotTitle '$advancedOpt.plotTitle' @@ -102,9 +108,9 @@ label="Plot height" help="Height in cm. The default for the plot height is 5 centimeters. The minimum value is 3 cm." /> - <param argument="--plotWidth" type="integer" value="8" min="1" + <param argument="--plotWidth" type="integer" value="11" min="1" label="Plot width" - help="Width in cm. The default value is 8 centimeters. The minimum value is 1 cm." /> + help="Width in cm. The default value is 11 centimeters. The minimum value is 1 cm." /> <param argument="--plotType" type="select" label="Plot type" help="The "lines" option will @@ -120,10 +126,20 @@ <option value="se">add standard error</option> <option value="overlapped_lines">overlapped lines</option> </param> - <param argument="--regionsLabel" type="text" value="coverage" size="30" + <param argument="--samplesLabel" type="text" size="30" + label="Labels for the samples (each bigwig) plotted" + help="The default is to use the file name of the sample. The sample labels should be separated by + spaces and quoted if a label itself contains a space, e.g., label-1 "label 2""> + <sanitizer> + <valid initial="string.printable"> + </valid> + </sanitizer> + </param> + <param argument="--regionsLabel" type="text" 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 commas is required. For example, "label1, label2"."/> + help="If more than one region is being plotted a list of labels separated by space is required. + If a label itself contains a space, then quotes are needed. + For example, label_1, "label 2"" /> <expand macro="plotTitle" /> <param argument="--colors" type="text" value="" size="40" @@ -135,9 +151,8 @@ </param> <param argument="--perGroup" type="boolean" truevalue="--perGroup" falsevalue="" - label="Do one plot per group" - help="When clustering is applied to the data or multiple BED files were used, - plot the groups next to each other. The default is to plot the samples next to each other." /> + label="Make one plot per group of regions" + help="The default is to make one plot per bigWig file, i.e., all samples next to each other. Choosing this option will make one plot per group of regions. " /> <param argument="--yMin" type="float" value="" size="3" optional="true" @@ -169,21 +184,37 @@ <help> <