Mercurial > repos > bgruening > mavedb_importer
changeset 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 | |
files | mavedb.xml |
diffstat | 1 files changed, 3 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/mavedb.xml Wed Dec 13 16:04:48 2023 +0000 +++ b/mavedb.xml Thu Dec 14 13:08:11 2023 +0000 @@ -1,18 +1,13 @@ <?xml version="1.0"?> -<!-- - If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in - the initial response. If value of 'URL_method' is 'post', any additional params coming back in the - initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. ---> <tool id="mavedb_importer" name="MaveDB" tool_type="data_source" version="0.9"> <description>import MAVE data</description> <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> <inputs action="https://www.mavedb.org/#/" check_values="false" method="get"> method="get"> <display>go to MaveDB $GALAXY_URL</display> - <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> - <param name="tool_id" type="hidden" value="mavedb_importer" /> - <param name="sendToGalaxy" type="hidden" value="1" /> + <param name="galaxyUrl" type="baseurl" value="/tool_runner" /> + <param name="toolId" type="hidden" value="mavedb_importer" /> + <param name="requestFromGalaxy" type="hidden" value="1" /> </inputs> <request_param_translation> <request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" />