Files
galaxy/tools/data_source/encode_db.xml
T
2007-02-21 18:01:07 +00:00

23 lines
563 B
XML

<?xml version="1.0"?>
<tool name="EncodeDB" id="encode_db1">
<description>
at NHGRI
</description>
<command interpreter="python">
fetch.py "$url" $output
</command>
<inputs action="http://research.nhgri.nih.gov/projects/ENCODEdb/cgi-bin/power_query.cgi" target="_top">
<!-- <inputs action="http://localhost:9000/prepared"> -->
<display>go to EncodeDB $GALAXY_URL</display>
<param name="GALAXY_URL" type="baseurl" value="/async/encode_db1" />
</inputs>
<code file="encodedb_filter.py"/>
<options sanitize="False" refresh="True"/>
</tool>