comparison limma_voom.xml @ 10:e26047c4562d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/limma_voom commit c31767d02eeeda7346bb33ba71ebde9189d7e4a3
author iuc
date Fri, 08 Jun 2018 02:20:16 -0400
parents 4255881bebb1
children 7e8af58c8052
comparison
equal deleted inserted replaced
9:4255881bebb1 10:e26047c4562d
1 <tool id="limma_voom" name="limma" version="3.34.9.5"> 1 <tool id="limma_voom" name="limma" version="3.34.9.6">
2 <description> 2 <description>
3 Perform differential expression with limma-voom or limma-trend 3 Perform differential expression with limma-voom or limma-trend
4 </description> 4 </description>
5 5
6 <requirements> 6 <requirements>
208 <when value="no" /> 208 <when value="no" />
209 </conditional> 209 </conditional>
210 210
211 <!-- Contrasts --> 211 <!-- Contrasts -->
212 <repeat name="rep_contrast" title="Contrast" min="1" default="1"> 212 <repeat name="rep_contrast" title="Contrast" min="1" default="1">
213 <param name="contrast" type="text" label="Contrast of Interest" help="Names of two groups to compare separated by a hyphen e.g. Mut-WT. If the order is Mut-WT the fold changes in the results will be up/down in Mut relative to WT. If you have more than one contrast enter each separately using the Insert Contrast button below. For differences between contrasts use e.g. (Mut1-WT)-(Mut2-WT). For more info, see Chapter 8 in the limma User's guide: https://www.bioconductor.org/packages/release/bioc/vignettes/limma/inst/doc/usersguide.pdf"> 213 <param name="contrast" type="text" label="Contrast of Interest" help="Names of two groups to compare separated by a hyphen e.g. Mut-WT. If the order is Mut-WT the fold changes in the results will be up/down in Mut relative to WT. If you have more than one contrast enter each separately using the Insert Contrast button below. For differences between contrasts use e.g. (Mut1-Ctrl1)-(Mut2-Ctrl2). For more info, see Chapter 8 in the limma User's guide: https://www.bioconductor.org/packages/release/bioc/vignettes/limma/inst/doc/usersguide.pdf">
214 <validator type="empty_field" /> 214 <validator type="empty_field" />
215 <validator type="regex" message="Please only use letters, numbers or underscores">^[\(\w\)-]+$</validator> 215 <validator type="regex" message="Please only use letters, numbers or underscores">^[\(\w\)-]+$</validator>
216 </param> 216 </param>
217 </repeat> 217 </repeat>
218 218