Mercurial > repos > iuc > iwtomics_loadandplot
comparison macros.xml @ 2:8eb7dded0d52 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/iwtomics commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
| author | iuc |
|---|---|
| date | Thu, 09 Nov 2017 13:59:19 -0500 |
| parents | 0027f3287b34 |
| children | ce633cc8f5f9 |
comparison
equal
deleted
inserted
replaced
| 1:ee7dd07a530e | 2:8eb7dded0d52 |
|---|---|
| 62 <param name="size" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Plot sample size in each position" /> | 62 <param name="size" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="True" label="Plot sample size in each position" /> |
| 63 <!-- conditional plot type --> | 63 <!-- conditional plot type --> |
| 64 <conditional name="conditionalplottype"> | 64 <conditional name="conditionalplottype"> |
| 65 <!-- plot type --> | 65 <!-- plot type --> |
| 66 <param name="plottype" type="select" label="Plot type"> | 66 <param name="plottype" type="select" label="Plot type"> |
| 67 <option value="boxplot">Pointwise quantile curves (boxplot)</option> | 67 <option value="boxplot">Pointwise quantile curves (boxplot)</option> |
| 68 <option value="curves">Curves (aligned)</option> | 68 <option value="curves">Curves (aligned)</option> |
| 69 </param> | 69 </param> |
| 70 <!-- conditional choice: plottype=boxplot --> | |
| 71 <when value="boxplot"> | 70 <when value="boxplot"> |
| 72 <section name="probabilitiessection" title="Probabilities" expanded="True" help="Probabilities corresponding to the quantile curves to be drawn."> | 71 <section name="probabilitiessection" title="Probabilities" expanded="True" help="Probabilities corresponding to the quantile curves to be drawn."> |
| 73 <param name="prob0" size="3" type="float" value="0.25" min="0.0" max="1.0" label="Probability" /> | 72 <param name="prob0" size="3" type="float" value="0.25" min="0.0" max="1.0" label="Probability" /> |
| 74 <param name="prob1" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" /> | 73 <param name="prob1" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" /> |
| 75 <param name="prob2" size="3" type="float" value="0.75" min="0.0" max="1.0" label="Probability" /> | 74 <param name="prob2" size="3" type="float" value="0.75" min="0.0" max="1.0" label="Probability" /> |
| 76 <repeat name="probabilities" title="Probabilities"> | 75 <repeat name="probabilities" title="Probabilities"> |
| 77 <param name="prob" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" /> | 76 <param name="prob" size="3" type="float" value="0.5" min="0.0" max="1.0" label="Probability" /> |
| 78 </repeat> | 77 </repeat> |
| 79 </section> | 78 </section> |
| 80 </when> | 79 </when> |
| 80 <when value="curves" /> | |
| 81 </conditional> | 81 </conditional> |
| 82 </xml> | 82 </xml> |
| 83 | 83 |
| 84 <xml name="plot-sum"> | 84 <xml name="plot-sum"> |
| 85 <section name="plotsum" title="Summary plot" expanded="True"> | 85 <section name="plotsum" title="Summary plot" expanded="True"> |
| 86 <!-- conditional group by --> | 86 <!-- conditional group by --> |
| 87 <conditional name="conditionalgroupby"> | 87 <conditional name="conditionalgroupby"> |
| 88 <!-- group by --> | 88 <!-- group by --> |
| 89 <param name="groupby" type="select" label="Group by" help="How tests should be grouped."> | 89 <param name="groupby" type="select" label="Group by" help="How tests should be grouped."> |
| 90 <option value="none">No plot</option> | 90 <option value="none">No plot</option> |
| 91 <option value="test">Group by test</option> | 91 <option value="test">Group by test</option> |
| 92 <option value="feature">Group by feature</option> | 92 <option value="feature">Group by feature</option> |
| 93 </param> | 93 </param> |
| 94 <when value="none" /> | |
| 94 <when value="test"> | 95 <when value="test"> |
| 95 <param name="testalphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" /> | 96 <param name="testalphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" /> |
| 96 <param name="testonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" /> | 97 <param name="testonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" /> |
| 97 </when> | 98 </when> |
| 98 <when value="feature"> | 99 <when value="feature"> |
| 99 <param name="featurealphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" /> | 100 <param name="featurealphaplot" size="3" type="float" value="0.05" min="0.0" max="1.0" label="Level of the test (alpha)" /> |
| 100 <param name="featureonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" /> | 101 <param name="featureonlysig" type="boolean" truevalue="TRUE" falsevalue="FALSE" label="Plot only significant tests" /> |
| 101 </when> | 102 </when> |
| 102 </conditional> | 103 </conditional> |
| 103 </section> | 104 </section> |
| 104 </xml> | 105 </xml> |
| 105 </macros> | 106 </macros> |
