diff tools/data_source/encode_db.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/data_source/encode_db.xml	Fri Mar 09 19:37:19 2012 -0500
@@ -0,0 +1,27 @@
+<?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>
+	
+  <uihints minwidth="800"/>
+  
+  <outputs>
+    <data format="bed" name="output" />
+  </outputs>
+	
+	<options sanitize="False" refresh="True"/>
+
+</tool>
\ No newline at end of file