mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Add metabolicMine datasource tool.
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user