0
|
1 <tool id="metaMA" name="MetaMA" version="0.1.0">
|
|
2 <description>metaMA wrapper</description>
|
|
3 <requirements>
|
|
4 <container type="docker">sblanck/testtool:latest</container>
|
|
5 </requirements>
|
|
6 <command>
|
|
7
|
|
8 /galaxy-tools/stderr_wrapper.py Rscript
|
|
9 /galaxy-tools/transcriptomics/MetaMA/MetaMA.R
|
|
10 #for $currentInput in $inputList
|
|
11 "${currentInput.rdataset}"
|
|
12 "${currentInput.selectCondition}"
|
|
13 #end for
|
|
14 $result_html
|
|
15 $result_html.extra_files_path
|
|
16 /galaxy-tools/transcriptomics/MetaMA/MetaMa_tpl.html
|
|
17 </command>
|
|
18
|
|
19 <inputs>
|
|
20
|
|
21 <repeat name="inputList" title="Datasets">
|
|
22 <param name="rdataset" type="data" format="rdata" label="RData" help="RData to be used"/>
|
|
23
|
|
24 <param name="conditions" type="data" format="cond" label="Conditions" help="conditions associated with the rData file"/>
|
|
25
|
|
26 <param name="selectCondition" type="select" label="tumor condition">
|
|
27 <options from_dataset="conditions">
|
|
28 <column name="name" index="0"/>
|
|
29 <column name="value" index="0"/>
|
|
30 </options>
|
|
31 </param>
|
|
32
|
|
33
|
|
34
|
|
35 </repeat>
|
|
36
|
|
37 </inputs>
|
|
38 <outputs>
|
|
39 <data format="html" name="result_html" label="Annotations"/>
|
|
40 </outputs>
|
|
41
|
|
42 <help>
|
|
43 NOTE: This metaMA wrapper performs p-value combination from multiples studies with the same probes. If you need to normalize your data, use "matrix_normalisation" tool on each file. Then, use "Merge Standard datasets(copied)" tool to make a multiple file dataset.
|
|
44 </help>
|
|
45
|
|
46 </tool>
|