mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
16 lines
736 B
XML
16 lines
736 B
XML
<?xml version="1.0"?>
|
|
<tool name="EBI SRA" id="ebi_sra_main" tool_type="data_source" version="1.0.1">
|
|
<description>ENA SRA</description>
|
|
<!-- This paython script imports the file into Galaxy -->
|
|
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
|
|
<!-- The URL where Galaxy will forwards the user when this tool is accessed from the Get Data menu -->
|
|
<inputs action="http://www.ebi.ac.uk/ena/data/search" check_values="false" method="get">
|
|
<display>go to EBI SRA server $GALAXY_URL</display>
|
|
</inputs>
|
|
<uihints minwidth="800"/>
|
|
<outputs>
|
|
<data name="output" format="auto"/>
|
|
</outputs>
|
|
<options sanitize="False" refresh="True"/>
|
|
</tool>
|