comparison compute_q_values.xml @ 2:8b3593b7e5ec draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/compute_q_values commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:08:06 -0500
parents 62f7b9c20c9b
children
comparison
equal deleted inserted replaced
1:62f7b9c20c9b 2:8b3593b7e5ec
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>