comparison mavedb.xml @ 1:c82b0ff7ed3d draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/mave_tools/mavedb/ commit 39b820114fc6697f711dae27fd66fcb57a218b45
author bgruening
date Thu, 14 Dec 2023 13:08:11 +0000
parents fe2937ae3ee2
children
comparison
equal deleted inserted replaced
0:fe2937ae3ee2 1:c82b0ff7ed3d
1 <?xml version="1.0"?> 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"> 2 <tool id="mavedb_importer" name="MaveDB" tool_type="data_source" version="0.9">
8 <description>import MAVE data</description> 3 <description>import MAVE data</description>
9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> 4 <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"> 5 <inputs action="https://www.mavedb.org/#/" check_values="false" method="get">
11 method="get"> 6 method="get">
12 <display>go to MaveDB $GALAXY_URL</display> 7 <display>go to MaveDB $GALAXY_URL</display>
13 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> 8 <param name="galaxyUrl" type="baseurl" value="/tool_runner" />
14 <param name="tool_id" type="hidden" value="mavedb_importer" /> 9 <param name="toolId" type="hidden" value="mavedb_importer" />
15 <param name="sendToGalaxy" type="hidden" value="1" /> 10 <param name="requestFromGalaxy" type="hidden" value="1" />
16 </inputs> 11 </inputs>
17 <request_param_translation> 12 <request_param_translation>
18 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" /> 13 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" />
19 <request_param galaxy_name="URL" remote_name="URL" missing="" /> 14 <request_param galaxy_name="URL" remote_name="URL" missing="" />
20 <request_param galaxy_name="maveData" remote_name="maveData" missing="" /> 15 <request_param galaxy_name="maveData" remote_name="maveData" missing="" />