Mercurial > repos > matt-shirley > ncbi_epi_browse
changeset 0:0c7f74fec851 draft
Uploaded
author | matt-shirley |
---|---|
date | Sat, 28 Sep 2013 10:38:34 -0400 |
parents | |
children | 1a9a785264e5 |
files | ncbi_epi_browse.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ncbi_epi_browse.xml Sat Sep 28 10:38:34 2013 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool name="NCBI Epigenomics" id="ncbi_epi_browse" tool_type="data_source" version="1.0.0" force_history_refresh="True"> + <description>server</description> + <command interpreter="python">ncbi_connector.py $output1 $__app__.config.output_size_limit --xml --id $output1.id --path $__new_file_path__</command> + <inputs action="http://preview.ncbi.nlm.nih.gov/epigenomics" check_values="false" method="post"> + <display>go to NCBI Epigenomics $GALAXY_URL</display> + <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> + <param name="tool_id" type="hidden" value="ncbi_epi_browse" /> + <param name="sendToGalaxy" type="hidden" value="1" /> + </inputs> + <request_param_translation> + <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> + <request_param galaxy_name="URL" remote_name="URL" missing="" /> + </request_param_translation> + <outputs> + <data format="wig" name="output1" /> + </outputs> +</tool> \ No newline at end of file