https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 3ec7ad24fe6b821d157404caa497cc3ede2ac48b authored by John Chilton on 04 July 2020, 14:10:28 UTC
Version 20.5.0 of auth (tag galaxy-auth-20.5.0).
Tip revision: 3ec7ad2
modmine.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="modENCODE modMine" id="modmine" tool_type="data_source" version="1.0.0">
    <description>server</description>
    <command><![CDATA[
python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit
    ]]></command>
    <inputs action="http://intermine.modencode.org/" check_values="false" method="get"> 
        <display>go to modENCODE modMine server $GALAXY_URL</display>
    </inputs>
    <uihints minwidth="800"/>
    <outputs>
        <data name="output" format="txt" />
    </outputs>
    <options sanitize="False" refresh="True"/>
</tool>

back to top