annotate irp-gateway.xml @ 0:a1267fc353f4 draft

"planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
author aac
date Mon, 11 Jan 2021 14:46:35 +0000
parents
children b25bbb79cfbf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
1 <?xml version="1.0"?>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
2 <!--
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed.
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
6 -->
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
7 <tool name="iReceptor Plus Gateway" id="irp-integration" tool_type="data_source" version="1.0.0">
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
8 <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
9 <command><![CDATA[
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
10 python data_source.py '$output' $__app__.config.output_size_limit
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
11 ]]></command>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
12 <inputs action="https://gateway.ireceptor.org/downloads" check_values="false" method="post">
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
13 <display>Redirected to $GALAXY_URL</display>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
14 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
15 <param name="tool_id" type="hidden" value="irp-integration" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
16 <param name="sendToGalaxy" type="hidden" value="1" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
17 </inputs>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
18 <request_param_translation>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
19 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
20 <request_param galaxy_name="URL" remote_name="URL" missing="" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
21 <request_param galaxy_name="data_type" remote_name="outputType" missing="auto" >
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
22 <value_translation>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
23 <value galaxy_value="tabular" remote_value="table" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
24 </value_translation>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
25 </request_param>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
26 </request_param_translation>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
27 <outputs>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
28 <data name="output" format="tabular" label="${tool.name}"/>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
29 </outputs>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
30 <options sanitize="False" refresh="True"/>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
31 </tool>