comparison compute_q_values.xml @ 3:d1521b82b9fe draft

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:15:36 -0400
parents d73e13ce8feb
children
comparison
equal deleted inserted replaced
2:d73e13ce8feb 3:d1521b82b9fe
9 </command> 9 </command>
10 10
11 <inputs> 11 <inputs>
12 <param format="tabular" name="inputFile1" type="data" label="Select the p-values file"/> 12 <param format="tabular" name="inputFile1" type="data" label="Select the p-values file"/>
13 13
14 <param type="text" name="inputLambda2" size="100" value="sequence_from_0_to_0.95_increment_0.05" label="What is the lambda value?" help="Either choose the default sequence or one deciaml value between 0 and 1"/> 14 <param type="text" name="inputLambda2" value="sequence_from_0_to_0.95_increment_0.05" label="What is the lambda value?" help="Either choose the default sequence or one deciaml value between 0 and 1"/>
15 15
16 <param name="inputPI0_method3" type="select" label="Choose the PI method:"> 16 <param name="inputPI0_method3" type="select" label="Choose the PI method:">
17 <option value="smoother">smoother</option> 17 <option value="smoother">smoother</option>
18 <option value="bootstrap">bootstrap</option> 18 <option value="bootstrap">bootstrap</option>
19 </param> 19 </param>
20 20
21 <param type="float" name="inputFDR_level4" size="5" value="" label="What is the FDR level?" help="The FDR level must be between 0 and 1"/> 21 <param type="float" name="inputFDR_level4" value="" label="What is the FDR level?" help="The FDR level must be between 0 and 1"/>
22 22
23 <param name="inputRobust5" type="select" label="Do you want to make the estimate more robust:" help="Choose TRUE for small p-values"> 23 <param name="inputRobust5" type="select" label="Do you want to make the estimate more robust:" help="Choose TRUE for small p-values">
24 <option value="FALSE">FALSE</option> 24 <option value="FALSE">FALSE</option>
25 <option value="TRUE">TRUE</option> 25 <option value="TRUE">TRUE</option>
26 </param> 26 </param>