mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
fix the data source tools for modendcode with proper URLs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<tool name="modENCODE fly" id="modENCODEfly" tool_type="data_source" version="1.0.0">
|
||||
<description>server</description>
|
||||
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
|
||||
<inputs action="http://modencode.oicr.on.ca/fgb2/gbrowse/fly" check_values="false" target="_top">
|
||||
<inputs action="http://gbrowse.modencode.org/fgb2/gbrowse/fly" check_values="false" target="_top">
|
||||
<display>go to modENCODE fly server $GALAXY_URL</display>
|
||||
<param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=modENCODEfly" />
|
||||
</inputs>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<tool name="modENCODE worm" id="modENCODEworm" tool_type="data_source" version="1.0.0">
|
||||
<description>server</description>
|
||||
<command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
|
||||
<inputs action="http://modencode.oicr.on.ca/fgb2/gbrowse/worm" check_values="false" target="_top">
|
||||
<inputs action="http://gbrowse.modencode.org/fgb2/gbrowse/worm" check_values="false" target="_top">
|
||||
<display>go to modENCODE worm server $GALAXY_URL</display>
|
||||
<param name="GALAXY_URL" type="baseurl" value="/tool_runner?tool_id=modENCODEworm" />
|
||||
</inputs>
|
||||
|
||||
Reference in New Issue
Block a user