Mercurial > repos > sblanck > smagexp
annotate GEOQuery.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 |
---|---|
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
1 <tool id="GEOQuery" name="GEOQuery" version="0.1.0"> |
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>GEOQuery wrapper</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> |
3 | 10 <exit_code range="1:" /> |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
11 <regex match="Warning" source="both" level="warning"/> |
3 | 12 </stdio> |
2 | 13 |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
14 <command> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
15 <![CDATA[ |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
16 Rscript --vanilla |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
17 ${__tool_directory__}/GEOQuery.R |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
18 --id ${GEOQueryID} |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
19 --transformation ${transformation} |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
20 --data ${GEOQueryData} |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
21 --rdata ${GEOQueryRData} |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
22 --conditions ${conditions} |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
23 ]]> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
24 </command> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
25 |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
26 <inputs> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
27 <param name="GEOQueryID" type="text" size="12" optional="false" label="GEOQuery ID" help=""> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
28 <validator type="empty_field"/> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
29 </param> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
30 <param name="transformation" type="select" label="log2 transformation"> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
31 <option value="auto">auto</option> |
2 | 32 <option value="yes">yes</option> |
33 <option value="no">no</option> | |
34 </param> | |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
35 </inputs> |
2 | 36 |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
37 <outputs> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
38 <data format="tabular" name="GEOQueryData" label="GEOQuery Data of ${GEOQueryID}"/> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
39 <data format="cond" name="conditions" label="conditions of ${GEOQueryID}"/> |
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
40 <data format="rdata" name="GEOQueryRData" label="GEOQuery RData of ${GEOQueryID}"/> |
2 | 41 </outputs> |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
42 <help> |
2 | 43 <![CDATA[ |
44 **What it does** | |
45 | |
46 This tool fetches microarray data directly from GEO database, based on the GEOQuery R package. Given a GSE accession ID, it returns an Rdata object containing the data and a text file (.cond file) summarizing the conditions of the experiment. | |
47 The .cond file is a text file containing one line per sample in the experiment. Each line is made of 3 columns: | |
48 | |
49 - Sample ID | |
50 - Condition of the biological sample | |
51 - Description of the biological sample | |
52 | |
53 **Example** of .cond file | |
54 :: | |
55 | |
56 GSM80460 series of 16 tumors GSM80460 OSCE-2T SERIES OF 16 TUMORS | |
57 GSM80461 series of 16 tumors GSM80461 OSCE-4T Series of 16 Tumors | |
58 GSM80462 series of 16 tumors GSM80462 OSCE-6T Series of 16 Tumors | |
59 GSM80476 series of 4 normals GSM80476 OSCE-2N Series of 4 Normals | |
60 GSM80477 series of 4 normals GSM80477 OSCE-9N Series of 4 Normals | |
61 | |
62 **Results** | |
63 | |
64 - Rdata object containing data for further analysis | |
65 - Condition (.cond) file summarizing conditions of the experiment | |
66 - Tabular (.txt) file containing expression data for each sample | |
67 ]]> | |
9
328f4031e5d3
planemo upload commit f882a5ba78afeb368605beb3986936e86c485cbb-dirty
sblanck
parents:
8
diff
changeset
|
68 </help> |
2 | 69 |
70 </tool> |