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

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <?xml version="1.0"?>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <tool name="EncodeDB" id="encode_db1">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 at NHGRI
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 </description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <command interpreter="python">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 fetch.py "$url" $output
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <inputs action="http://research.nhgri.nih.gov/projects/ENCODEdb/cgi-bin/power_query.cgi" target="_top">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <!-- <inputs action="http://localhost:9000/prepared"> -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <display>go to EncodeDB $GALAXY_URL</display>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="GALAXY_URL" type="baseurl" value="/async/encode_db1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <uihints minwidth="800"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <data format="bed" name="output" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <options sanitize="False" refresh="True"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 </tool>