Mercurial > repos > xuebing > sharplabtool
annotate tools/data_source/eupathdb.xml @ 2:c2a356708570
Uploaded
| author | xuebing |
|---|---|
| date | Fri, 09 Mar 2012 19:45:42 -0500 |
| parents | 9071e359b9a3 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool name="EuPathDB" id="eupathdb" tool_type="data_source" url_method="post"> |
| 2 <description>server</description> | |
| 3 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
| 4 <inputs action="http://eupathdb.org/eupathdb/queries_tools.jsp" check_values="false" method="get"> | |
| 5 <display>go to EuPathDB server $GALAXY_URL</display> | |
| 6 <param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=eupathdb" /> | |
| 7 </inputs> | |
| 8 <uihints minwidth="800"/> | |
| 9 <outputs> | |
| 10 <data name="output" format="tabular" /> | |
| 11 </outputs> | |
| 12 <options sanitize="False" refresh="True"/> | |
| 13 </tool> |
