Add metabolicMine datasource tool.

This commit is contained in:
Daniel Blankenberg
2011-02-09 15:42:42 -05:00
parent b0b5df4e93
commit 8cd2a39cc7
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
<tool file="data_source/modmine.xml" />
<tool file="data_source/ratmine.xml" />
<tool file="data_source/yeastmine.xml" />
<tool file="data_source/metabolicmine.xml" />
<tool file="data_source/worm_modencode.xml" />
<tool file="data_source/wormbase.xml" />
<tool file="data_source/wormbase_test.xml" />
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<tool name="metabolicMine" id="metabolicmine" tool_type="data_source">
<description>server</description>
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
<inputs action="http://www.metabolicmine.org/beta/begin.do" check_values="false" method="get" target="_top">
<display>go to metabolicMine server $GALAXY_URL</display>
</inputs>
<uihints minwidth="800"/>
<outputs>
<data name="output" format="txt" />
</outputs>
<options sanitize="False" refresh="True"/>
</tool>