comparison get_data/cfg_array/getcfgarray.xml @ 0:89592faa2875 draft

Uploaded
author chrisb
date Wed, 23 Mar 2016 14:35:56 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:89592faa2875
1 <tool id="glytools_get_CFG_array" name="GAP Get CFG array" version="0.1.1">
2
3 <description> download glycan metadata (and xls) from CFG</description>
4 <requirements>
5 <requirement type="package" version="1.0">python_for_glycan_tools</requirement>
6 </requirements>
7 <stdio>
8 <regex match="IOError"
9 source="both"
10 level="fatal"
11 description="IOError" />
12 <regex match="UserWarning: gzip transfer encoding is experimental"
13 source="both"
14 level="warning"
15 description="Warning re use of gzip encoding" />
16 <regex match="br.set_handle_gzip(True)"
17 source="both"
18 level="warning"
19 description="Warning re use of gzip encoding" />
20 <regex match="IOError"
21 source="both"
22 level="fatal"
23 description="IOError" />
24 </stdio>
25
26
27 <command interpreter="python"><![CDATA[ cfg_get_glycan_array_data.py -s "$species" -g "$glycanarrayversion" -i -j "$json_file" -o "$html_file" -d --filepath "xls_output" ]]></command>
28 <inputs>
29 <param name="species" type="select" label="Species" >
30 <option value="cTypeLectins" selected="true">cTypeLectins</option>
31 <option value="iTypeLectins" selected="false">iTypeLectins</option>
32 <option value="sTypeLectins" selected="false">sTypeLectins</option>
33 <option value="otherAnimalLectins" selected="false">otherAnimalLectins</option>
34 <option value="plantLectins" selected="false">plantLectins</option>
35 <option value="antiBodies" selected="false">antiBodies</option>
36 <option value="other" selected="false">other</option>
37 <option value="cellsOrganisms" selected="false">cellsOrganisms</option>
38 <option value="all" selected="false">all</option>
39 </param>
40 <param name="glycanarrayversion" type="select" label="Glycan Array Version">
41 <option value="v1" selected="false">v1</option>
42 <option value="v2" selected="false">v2</option>
43 <option value="v3" selected="false">v3</option>
44 <option value="pv1" selected="false">pv1</option>
45 <option value="pv2" selected="false">pv2</option>
46 <option value="pv21" selected="false">pv21</option>
47 <option value="pv3" selected="false">pv3</option>
48 <option value="pv31" selected="false">pv31</option>
49 <option value="pv32" selected="false">pv32</option>
50 <option value="pv4" selected="false">pv4</option>
51 <option value="pv41" selected="false">pv41</option>
52 <option value="pv42" selected="false">pv42</option>
53 <option value="pv5" selected="false">pv5</option>
54 <option value="pv51" selected="false">pv51</option>
55 <option value="pv52" selected="false">pv52</option>
56 <option value="bactv1" selected="false">bactv1</option>
57 <option value="all" selected="true">all</option>
58
59 </param>
60 </inputs>
61 <outputs>
62 <data format="html" name="html_file" label="Summary_${tool.name}.html"/>
63 <data format="txt" name="json_file" label="Summary_${tool.name}.json"/>
64 </outputs>
65
66 <help> <![CDATA[
67 .. class:: infomark
68
69 **What this tool does**
70
71 This tool download the metadata from the glycan array data available at the CFG.
72
73 .. class:: infomark
74
75 **Input**
76
77 Your choice of Species and Glycan Array Type.
78
79 ----
80
81 .. class:: infomark
82
83 **Output**
84
85 HTML summary of retrieved information (Note links in html do not function within Galaxy).
86
87 JSON summary of glycan array metadata.
88
89 xls data (not yet available in Galaxy)
90
91
92 ]]>
93 </help>
94
95 </tool>