Mercurial > repos > iuc > snpsift
comparison snpSift_caseControl.xml @ 12:6bf58286d795 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit e5a5ad091c621348dc6ce2df861475ebc54a380e
| author | iuc |
|---|---|
| date | Tue, 13 Oct 2015 17:31:24 -0400 |
| parents | b884686a80dc |
| children | ed810da439cc |
comparison
equal
deleted
inserted
replaced
| 11:b884686a80dc | 12:6bf58286d795 |
|---|---|
| 26 <param name="ctrl_src" type="select" label="Case Control defined in"> | 26 <param name="ctrl_src" type="select" label="Case Control defined in"> |
| 27 <option value="caseString">Case Control String</option> | 27 <option value="caseString">Case Control String</option> |
| 28 <option value="tfam">TFAM file</option> | 28 <option value="tfam">TFAM file</option> |
| 29 </param> | 29 </param> |
| 30 <when value="caseString"> | 30 <when value="caseString"> |
| 31 <param name="caseControlStr" type="text" label="Case / Control column designation" size="50"> | 31 <param name="caseControlStr" type="text" label="Case / Control column designation"> |
| 32 <help> | 32 <help> |
| 33 Case and control are defined by a string containing plus and minus symbols {'+', '-', '0'} where '+' is case, '-' is control and '0' is neutral | 33 Case and control are defined by a string containing plus and minus symbols {'+', '-', '0'} where '+' is case, '-' is control and '0' is neutral |
| 34 </help> | 34 </help> |
| 35 <validator type="regex" message="must be only plus(+), minus(-), or zero(0) characters">[+-0]+</validator> | 35 <validator type="regex" message="must be only plus(+), minus(-), or zero(0) characters">[+-0]+</validator> |
| 36 </param> | 36 </param> |
