0
|
1 <?xml version="1.0"?>
|
|
2 <tool name="NCBI Epigenomics" id="ncbi_epi_browse" tool_type="data_source" version="1.0.0" force_history_refresh="True">
|
|
3 <description>server</description>
|
|
4 <command interpreter="python">ncbi_connector.py $output1 $__app__.config.output_size_limit --xml --id $output1.id --path $__new_file_path__</command>
|
13
|
5 <inputs action="http://ncbi.nlm.nih.gov/epigenomics" check_values="false" method="post" target="_top">
|
0
|
6 <display>go to NCBI Epigenomics $GALAXY_URL</display>
|
|
7 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
|
|
8 <param name="tool_id" type="hidden" value="ncbi_epi_browse" />
|
|
9 <param name="sendToGalaxy" type="hidden" value="1" />
|
|
10 </inputs>
|
|
11 <request_param_translation>
|
|
12 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
|
|
13 <request_param galaxy_name="URL" remote_name="URL" missing="" />
|
|
14 </request_param_translation>
|
|
15 <outputs>
|
|
16 <data format="wig" name="output1" />
|
|
17 </outputs>
|
12
|
18 <options sanitize="False" refresh="True"/>
|
0
|
19 </tool> |