Files
galaxy/tools/data_source/hbvar.xml
T
Wolfgang Maier bd0f257452 Switch data_source.py to modern tool-provided metadata
Allows moving all data source tools using the script to profile 20.09.
For more recent profiles data_source.py would have to work outside of
Galaxy's Python environment.
2024-02-08 16:43:39 +01:00

20 lines
777 B
XML

<?xml version="1.0"?>
<tool name="HbVar" id="hbvar" tool_type="data_source" version="2.0.0" profile="20.09">
<description>Human Hemoglobin Variants and Thalassemias</description>
<edam_operations>
<edam_operation>operation_0224</edam_operation>
</edam_operations>
<command><![CDATA[
python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit
]]></command>
<inputs action="http://globin.bx.psu.edu/cgi-bin/hbvar/query_vars3" check_values="false" method="get" target="_top">
<display>go to HbVar database $GALAXY_URL $tool_id</display>
</inputs>
<uihints minwidth="800"/>
<outputs>
<data name="output" format="auto" />
</outputs>
<options sanitize="False" refresh="True"/>
</tool>