Mercurial > repos > bgruening > mavedb_importer
comparison mavedb.xml @ 0:fe2937ae3ee2 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mave_tools/mavedb/ commit 13791ad3a67f107e7c5cfd925a2cbc0fb5656ab3
author | bgruening |
---|---|
date | Wed, 13 Dec 2023 16:04:48 +0000 |
parents | |
children | c82b0ff7ed3d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:fe2937ae3ee2 |
---|---|
1 <?xml version="1.0"?> | |
2 <!-- | |
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in | |
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the | |
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. | |
6 --> | |
7 <tool id="mavedb_importer" name="MaveDB" tool_type="data_source" version="0.9"> | |
8 <description>import MAVE data</description> | |
9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
10 <inputs action="https://www.mavedb.org/#/" check_values="false" method="get"> | |
11 method="get"> | |
12 <display>go to MaveDB $GALAXY_URL</display> | |
13 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | |
14 <param name="tool_id" type="hidden" value="mavedb_importer" /> | |
15 <param name="sendToGalaxy" type="hidden" value="1" /> | |
16 </inputs> | |
17 <request_param_translation> | |
18 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> | |
19 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | |
20 <request_param galaxy_name="maveData" remote_name="maveData" missing="" /> | |
21 <request_param galaxy_name="urn" remote_name="urn" missing="" /> | |
22 <request_param galaxy_name="data_type" remote_name="outputType" missing="auto" > | |
23 <value_translation> | |
24 <value galaxy_value="csv" remote_value="table" /> | |
25 <value galaxy_value="json" remote_value="json" /> | |
26 </value_translation> | |
27 </request_param> | |
28 </request_param_translation> | |
29 <uihints minwidth="800"/> | |
30 <outputs> | |
31 <data name="output" format="csv" label="${tool.name}: ${maveData} for ${urn}"/> | |
32 </outputs> | |
33 <options sanitize="False" refresh="True"/> | |
34 <citations> | |
35 <citation type="doi">10.1186/s13059-019-1845-6</citation> | |
36 </citations> | |
37 </tool> |