mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
23 lines
1.3 KiB
XML
23 lines
1.3 KiB
XML
<?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 name="DICED Database" id="diced_database" tool_type="data_source" version="1.0.0" profile="20.09">
|
|
<description>DICED is a web interface for access to proteolytic peptides</description>
|
|
<command> python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit</command>
|
|
<inputs action="https://diced.lerner.ccf.org" check_values="false" method="post">
|
|
<display>go to DICED database $GALAXY_URL</display>
|
|
</inputs>
|
|
<request_param_translation>
|
|
<request_param galaxy_name="URL_method" remote_name="URL_method" missing="get" />
|
|
<request_param galaxy_name="URL" remote_name="URL" missing="" />
|
|
<request_param galaxy_name="data_type" remote_name="type" missing="tabular" />
|
|
</request_param_translation>
|
|
<uihints minwidth="800"/>
|
|
<outputs>
|
|
<data name="output" format="tabular" label="${tool.name}"/>
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
</tool> |