| 1 | <?xml version="1.0"?> |
|---|
| 2 | <tool name="HbVar" id="hbvar"> |
|---|
| 3 | |
|---|
| 4 | <description>Human Hemoglobin Variants and Thalassemias</description> |
|---|
| 5 | |
|---|
| 6 | <command/> |
|---|
| 7 | |
|---|
| 8 | <inputs action="http://globin.bx.psu.edu/cgi-bin/hbvar/query_vars3" check_values="false" method="get" target="_top"> |
|---|
| 9 | <display>go to HbVar database $GALAXY_URL $tool_id</display> |
|---|
| 10 | <param name="GALAXY_URL" type="baseurl" value="/tool_runner/hbvar" /> |
|---|
| 11 | <param name="tool_id" type="hidden" value = "hbvar"/> |
|---|
| 12 | </inputs> |
|---|
| 13 | |
|---|
| 14 | <uihints minwidth="800"/> |
|---|
| 15 | |
|---|
| 16 | <code file="hbvar_filter.py"/> |
|---|
| 17 | |
|---|
| 18 | <outputs> |
|---|
| 19 | <data name="output" format="txt" /> |
|---|
| 20 | </outputs> |
|---|
| 21 | |
|---|
| 22 | <options sanitize="False" refresh="True"/> |
|---|
| 23 | |
|---|
| 24 | </tool> |
|---|
| 25 | |
|---|