Mercurial > repos > wolma > mimodd_core
diff cloudmap.xml @ 1:1425ea794026 draft default tip
planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit 24cc567ad105450d1c554f09a3467eff671d9864
| author | wolma |
|---|---|
| date | Mon, 18 Dec 2017 03:39:07 -0500 |
| parents | aa82b2e54055 |
| children |
line wrap: on
line diff
--- a/cloudmap.xml Sat Nov 11 18:19:22 2017 -0500 +++ b/cloudmap.xml Mon Dec 18 03:39:07 2017 -0500 @@ -18,8 +18,8 @@ <param name="show_kde" type="boolean" truevalue="" falsevalue="--no-kde" checked="true" label="show kde line in histogram plots" help="The tool can calculate a kernel density estimate for the linkage data based on a bin size of 10 kilobases and display it as a solid line in the histogram plots." /> - <param name="hylim" type="text" - label="upper limit for the histogram y-axis (leave blank for automatic scaling)" /> + <param name="hylim" type="float" value="0.0" + label="upper limit for the histogram y-axis (leave at 0.0 for automatic scaling)" /> <param name="xlim" type="select" label="x-axis scaling"> <option value="">preserve relative contig sizes</option> <option value="--fit-width">scale each contig to fit the plot width</option> @@ -44,8 +44,8 @@ <param name="show_kde" type="boolean" truevalue="" falsevalue="--no-kde" checked="true" label="show kde line in histogram plots" help="The tool can calculate a kernel density estimate for the linkage data based on a bin size of 10 kilobases and display it as a solid line in the histogram plots." /> - <param name="hylim" type="text" - label="upper limit for the histogram y-axis (leave blank for automatic scaling)" /> + <param name="hylim" type="float" value="0.0" + label="upper limit for the histogram y-axis (leave at 0.0 for automatic scaling)" /> <param name="xlim" type="select" label="x-axis scaling"> <option value="">preserve relative contig sizes</option> <option value="--fit-width">scale each contig to fit the plot width</option> @@ -54,13 +54,13 @@ </when> <when value="--no-hist -p"> <expand macro="hist_default" /> - <param name="sylim" type="text" + <param name="sylim" type="float" value="1.0" label="upper limit for the scatter plot y-axis (default: 1)" /> <param name="xlim" type="select" label="x-axis scaling"> <option value="">preserve relative contig sizes</option> <option value="--fit-width">scale each contig to fit the plot width</option> </param> - <param name="span" type="text" + <param name="span" type="float" value="0.1" label="span value to be used in calculating the Loess regression line through the scatter data (default=0.1, specify 0 to prevent calculation)" help="smaller values give a more responsive curve that often picks up local evidence for tight linkage better, but too small values lead to plotting failures (in that case just rerun the tool with a larger value)." /> <expand macro="scatter_colors" /> @@ -84,8 +84,8 @@ <param name="show_kde" type="boolean" truevalue="" falsevalue="--no-kde" checked="true" label="show kde line in histogram plots" help="The tool can calculate a kernel density estimate for the linkage data based on a bin size of 10 kilobases and display it as a solid line in the histogram plots." /> - <param name="hylim" type="text" - label="upper limit for the histogram y-axis (leave blank for automatic scaling)" /> + <param name="hylim" type="float" value="0.0" + label="upper limit for the histogram y-axis (leave at 0.0 for automatic scaling)" /> <param name="xlim" type="select" label="x-axis scaling"> <option value="">preserve relative contig sizes</option> <option value="--fit-width">scale each contig to fit the plot width</option> @@ -107,14 +107,16 @@ <macro name="bins"> <repeat name="bin_sizes" default="0" min="0" title="bin sizes to analyze variants in (defaults to: 1Mb and 500Kb)" help="Values can be entered in bases (e.g., 1000000), kilobases (e.g., 500Kb) or megabases (e.g., 1Mb), but must be integral, i.e. no decimal numbers are allowed."> - <param name="bin_size" type="text" /> + <param name="bin_size" type="text"> + <validator type="empty_field" /> + <validator type="expression" message="Malformed bin size">not value or all(c.isdigit() or c in 'KMb' for c in value)</validator> + </param> </repeat> </macro> <macro name="scatter_default"> <param name="sylim" type="hidden" value="" /> <param name="span" type="hidden" value="" /> - <param name="pcols" type="hidden" value="" /> - <param name="lcols" type="hidden" value="" /> + <param name="scols" type="hidden" value="" /> </macro> <macro name="hist_default"> <param name="show_kde" type="hidden" value="" /> @@ -130,16 +132,13 @@ </repeat> </macro> <macro name="scatter_colors"> - <repeat name="pcols" default="0" min="0" title="data point colors" - help="Series of data points will be plotted based on the colors selected here."> - <param name="pcol" type="color" value="black"> + <repeat name="scols" default="0" min="0" max="1" title="custom scatter plot colors"> + <param name="pcol" type="color" value="black" + label="data points base color"> <sanitizer><valid><add value="#" /></valid></sanitizer> </param> - </repeat> - <repeat name="lcols" default="0" min="0" - title="regression line colors" - help="Regression lines through series of data will be plotted in the colors selected here."> - <param name="lcol" type="color" value="red"> + <param name="lcol" type="color" value="red" + label="regression line color"> <sanitizer><valid><add value="#" /></valid></sanitizer> </param> </repeat> @@ -148,15 +147,15 @@ <param name="show_kde" type="boolean" truevalue="" falsevalue="--no-kde" checked="true" label="show kde line in histogram plots" help="The tool can calculate a kernel density estimate for the linkage data based on a bin size of 10 kilobases and display it as a solid line in the histogram plots." /> - <param name="hylim" type="text" - label="upper limit for the histogram y-axis (leave blank for automatic scaling)" /> - <param name="sylim" type="text" + <param name="hylim" type="float" value="0.0" + label="upper limit for the histogram y-axis (leave at 0.0 for automatic scaling)" /> + <param name="sylim" type="float" value="1.0" label="upper limit for the scatter plot y-axis (default: 1)" /> <param name="xlim" type="select" label="x-axis scaling"> <option value="">preserve relative contig sizes</option> <option value="--fit-width">scale each contig to fit the plot width</option> </param> - <param name="span" type="text" + <param name="span" type="float" value="0.1" label="span value to be used in calculating the Loess regression line through the scatter data (default=0.1, specify 0 to prevent calculation)" help="smaller values give a more responsive curve that often picks up local evidence for tight linkage better, but too small values lead to plotting failures (in that case just rerun the tool with a larger value)." /> <expand macro="hist_colors" /> @@ -208,7 +207,7 @@ <expand macro="stdio" /> <expand macro="version_command" /> <command><