annotate irp-gateway.xml @ 3:8f34c9dfa7ea draft

"planemo upload commit 6f0636dd5ad7b6edbfc33a142d9cfd4ab9019d1e"
author aac
date Wed, 13 Jan 2021 17:44:48 +0000
parents e98071230f9f
children d34175a481a5
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 <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
3 <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
4 <command><![CDATA[
1
b25bbb79cfbf "Added explicit path to data_source.py"
aac
parents: 0
diff changeset
5 python '$__root_dir__/tools/data_source/data_source.py' '$output' $__app__.config.output_size_limit
0
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
6 ]]></command>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
7 <inputs action="https://gateway.ireceptor.org/downloads" check_values="false" method="post">
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
8 <display>Redirected to $GALAXY_URL</display>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
9 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
10 <param name="tool_id" type="hidden" value="irp-integration" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
11 <param name="sendToGalaxy" type="hidden" value="1" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
12 </inputs>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
13 <request_param_translation>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
14 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
15 <request_param galaxy_name="URL" remote_name="URL" missing="" />
2
e98071230f9f "Made output format a zip"
aac
parents: 1
diff changeset
16 <!-- There is currently no explicit data_type other than a .zip file. Could be upgraded in the future -->
e98071230f9f "Made output format a zip"
aac
parents: 1
diff changeset
17 <!-- <request_param galaxy_name="data_type" remote_name="outputType" missing="zip" /> -->
0
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 <outputs>
2
e98071230f9f "Made output format a zip"
aac
parents: 1
diff changeset
20 <data name="output" format="zip" label="${tool.name}"/>
0
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
21 </outputs>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
22 <options sanitize="False" refresh="True"/>
a1267fc353f4 "planemo upload commit 14444c0cf01771bee10424a169ab24954530350d-dirty"
aac
parents:
diff changeset
23 </tool>