commit/galaxy-central: dan: Rewrite HbVar datasource tool.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/1c196b8747e4/ changeset: 1c196b8747e4 user: dan date: 2012-05-04 21:35:51 summary: Rewrite HbVar datasource tool. affected #: 1 file diff -r dd777fbcc5fa1fee5939db5d914611b8b466eed6 -r 1c196b8747e4d976cbc1d294457b64a7e27fb26c tools/data_source/hbvar.xml --- a/tools/data_source/hbvar.xml +++ b/tools/data_source/hbvar.xml @@ -1,22 +1,18 @@ <?xml version="1.0"?> -<tool name="HbVar" id="hbvar"> +<tool name="HbVar" id="hbvar" tool_type="data_source" version="2.0.0"><description>Human Hemoglobin Variants and Thalassemias</description> - <command/> + <command interpreter="python">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> - <param name="GALAXY_URL" type="baseurl" value="/tool_runner/hbvar" /> - <param name="tool_id" type="hidden" value = "hbvar"/></inputs><uihints minwidth="800"/> - <code file="hbvar_filter.py"/> - <outputs> - <data name="output" format="txt" /> + <data name="output" format="auto" /></outputs><options sanitize="False" refresh="True"/> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket