Mercurial > repos > pieterlukasse > prims_proteomics
comparison progenesisconverter.xml @ 6:d1edc7971d48
fixes in tool forms (<when> tags)
author | pieter.lukasse@wur.nl |
---|---|
date | Fri, 31 Jan 2014 12:11:34 +0100 |
parents | d50f079096ee |
children |
comparison
equal
deleted
inserted
replaced
5:5d99c9d0615d | 6:d1edc7971d48 |
---|---|
28 <when value="Yes"> | 28 <when value="Yes"> |
29 <param name="scoringSchemeNameColumn" type="text" optional="true" size="30" | 29 <param name="scoringSchemeNameColumn" type="text" optional="true" size="30" |
30 label="Column name" | 30 label="Column name" |
31 help="Name of the column containing the scoring scheme name" /> | 31 help="Name of the column containing the scoring scheme name" /> |
32 </when> | 32 </when> |
33 <when value="No"> | |
34 </when> | |
33 </conditional> | 35 </conditional> |
34 | 36 |
35 <conditional name="statisticalMeasure"> | 37 <conditional name="statisticalMeasure"> |
36 <param name="containsStatisticalMeasure" type="boolean" truevalue="Yes" falsevalue="No" checked="false" | 38 <param name="containsStatisticalMeasure" type="boolean" truevalue="Yes" falsevalue="No" checked="false" |
37 label="Input sheet contains a statistical measure column" | 39 label="Input sheet contains a statistical measure column" |
38 help="Set this if the the input sheet also contains a column with a statistical measure (e.g. p-value, e-value, etc)"/> | 40 help="Set this if the the input sheet also contains a column with a statistical measure (e.g. p-value, e-value, etc)"/> |
39 <when value="Yes"> | 41 <when value="Yes"> |
40 <param name="statisticalMeasureColumn" type="text" optional="true" size="30" | 42 <param name="statisticalMeasureColumn" type="text" optional="true" size="30" |
41 label="Column name" | 43 label="Column name" |
42 help="Name of the column containing the statistical measure" /> | 44 help="Name of the column containing the statistical measure" /> |
45 </when> | |
46 <when value="No"> | |
43 </when> | 47 </when> |
44 </conditional> | 48 </conditional> |
45 | 49 |
46 </inputs> | 50 </inputs> |
47 <outputs> | 51 <outputs> |