Mercurial > repos > sblanck > smagexp
annotate MetaRNAseq.xml @ 12:2da91c541ae4 draft
planemo upload commit ee50addaee7b7aa5c7b0305210875f489154791f-dirty
author | sblanck |
---|---|
date | Thu, 11 May 2017 10:55:07 -0400 |
parents | 328f4031e5d3 |
children | e5a94bc69bd6 |
rev | line source |
---|---|
2 | 1 <tool id="metarnaseq" name="RNA-seq data meta-analysis"> |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
2 |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
3 <description>perform meta-analysis thanks to metaRNAseq</description> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
4 |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
5 <requirements> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
6 <requirement type="package" version="0.1.0">r-smagexp</requirement> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
7 </requirements> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
8 |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
9 <stdio> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
10 <exit_code range="1:" /> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
11 <regex match="Warning" source="both" level="warning"/> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
12 </stdio> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
13 |
2 | 14 <command interpreter="python"> |
15 <![CDATA[ | |
16 stderr_wrapper.py Rscript | |
17 ${__tool_directory__}/MetaRNASeq.R | |
18 #for $currentInput in $inputList | |
19 "${currentInput}" | |
20 "${currentInput.name}" | |
21 #end for | |
22 $top_table | |
23 $diagnostic_html | |
24 "$diagnostic_html.files_path" | |
25 ${__tool_directory__}/MetaRNASeq_tpl.html | |
26 ]]> | |
27 </command> | |
28 | |
29 <inputs> | |
30 <param format="tabular" name="inputList" multiple="true" type="data" optional="false" label="Counts file" help="Must have the same number of row in each study. The experimental conditions must be specified in the header of each file"/> | |
31 </inputs> | |
32 | |
33 <outputs> | |
34 <data format="tabular" name="top_table" label="Summary of meta-analysis and single studie analysis from ${tool.name} on ${on_string}"/> | |
35 <data format="html" name="diagnostic_html" label="Charts for ${tool.name} on ${on_string}"/> | |
36 </outputs> | |
37 | |
38 <help> | |
39 | |
40 </help> | |
41 | |
42 </tool> |