Mercurial > repos > xuebing > sharplabtool
annotate tools/data_source/metabolicmine.xml @ 1:cdcb0ce84a1b
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:45:15 -0500 |
parents | 9071e359b9a3 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool name="metabolicMine" id="metabolicmine" tool_type="data_source"> | |
3 <description>server</description> | |
4 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> | |
5 <inputs action="http://www.metabolicmine.org/beta/begin.do" check_values="false" method="get"> | |
6 <display>go to metabolicMine server $GALAXY_URL</display> | |
7 </inputs> | |
8 <uihints minwidth="800"/> | |
9 <outputs> | |
10 <data name="output" format="txt" /> | |
11 </outputs> | |
12 <options sanitize="False" refresh="True"/> | |
13 </tool> |