1 | <?xml version="1.0"?> |
---|
2 | |
---|
3 | <tool name="EncodeDB" id="encode_db1"> |
---|
4 | |
---|
5 | <description> |
---|
6 | at NHGRI |
---|
7 | </description> |
---|
8 | |
---|
9 | <command interpreter="python"> |
---|
10 | fetch.py "$url" $output |
---|
11 | </command> |
---|
12 | |
---|
13 | <inputs action="http://research.nhgri.nih.gov/projects/ENCODEdb/cgi-bin/power_query.cgi" target="_top"> |
---|
14 | <!-- <inputs action="http://localhost:9000/prepared"> --> |
---|
15 | <display>go to EncodeDB $GALAXY_URL</display> |
---|
16 | <param name="GALAXY_URL" type="baseurl" value="/async/encode_db1" /> |
---|
17 | </inputs> |
---|
18 | |
---|
19 | <uihints minwidth="800"/> |
---|
20 | |
---|
21 | <outputs> |
---|
22 | <data format="bed" name="output" /> |
---|
23 | </outputs> |
---|
24 | |
---|
25 | <options sanitize="False" refresh="True"/> |
---|
26 | |
---|
27 | </tool> |
---|