|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <!--
|
|
|
3 If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in
|
|
|
4 the initial response. If value of 'URL_method' is 'post', any additional params coming back in the
|
|
|
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed.
|
|
|
6 -->
|
|
|
7 <tool name="Germinate 3" id="germinate_importer" tool_type="data_source" version="1.0.0">
|
|
|
8 <description>import data from a Germinate 3 instance</description>
|
|
|
9 <!--<command><![CDATA[
|
|
|
10 cat $output
|
|
|
11 ]]></command>-->
|
|
|
12
|
|
|
13 <command><![CDATA[
|
|
|
14 java -jar $__tool_directory__/germinate-lib/germinate-galaxy.jar $map $genotypes
|
|
|
15 ]]>
|
|
|
16 </command>
|
|
|
17
|
|
|
18 <!--<inputs action="http://bioinf.hutton.ac.uk/galaxy/test.html" check_values="false" method="get" target="galaxy_main">-->
|
|
|
19 <!--<inputs action="http://143.234.98.86:8080/germinate-demo-dev/" check_values="false" method="get" target="galaxy_main">-->
|
|
1
|
20 <inputs action="http://bioinf.hutton.ac.uk/galaxy-germinate" check_values="false" method="get">
|
|
0
|
21 <display>Download from Germinate</display>
|
|
|
22 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
|
|
|
23 <param name="tool_id" type="hidden" value="germinate_importer" />
|
|
|
24 <!--<param name="wibble" type="hidden" value="1" />
|
|
|
25 <param name="wobble" type="hidden" value="2" />
|
|
|
26 <param name="flump" type="hidden" value="3" />-->
|
|
|
27 </inputs>
|
|
|
28 <request_param_translation>
|
|
|
29 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" />
|
|
|
30 <request_param galaxy_name="URL" remote_name="extraction" missing="" />
|
|
|
31 <!--<request_param galaxy_name="data_type" remote_name="hgta_outputType" missing="auto" >-->
|
|
|
32 <!--<value_translation>
|
|
|
33 <value galaxy_value="auto" remote_value="primaryTable" />
|
|
|
34 <value galaxy_value="auto" remote_value="selectedFields" />
|
|
|
35 <value galaxy_value="wig" remote_value="wigData" />
|
|
|
36 <value galaxy_value="interval" remote_value="tab" />
|
|
|
37 <value galaxy_value="html" remote_value="hyperlinks" />
|
|
|
38 <value galaxy_value="fasta" remote_value="sequence" />
|
|
|
39 <value galaxy_value="gtf" remote_value="gff" />
|
|
|
40 </value_translation>
|
|
|
41 </request_param>-->
|
|
|
42 </request_param_translation>
|
|
|
43 <uihints minwidth="800"/>
|
|
|
44 <outputs>
|
|
|
45 <!--<data name="output" format="tabular" label="${tool.name} on ${organism}: ${table} (#if $description == 'range' then $getVar( 'position', 'unknown position' ) else $description#)"/>-->
|
|
|
46 <data name="map" format="fjmap" label="${tool.name}"/>
|
|
|
47 <data name="genotypes" format="fjgenotype" label="${tool.name}"/>
|
|
|
48 </outputs>
|
|
|
49 <options sanitize="False" refresh="True"/>
|
|
|
50 <citations>
|
|
|
51 <citation type="doi">10.1093/database/bar011</citation>
|
|
|
52 <citation type="doi">10.1101/gr.229102</citation>
|
|
|
53 </citations>
|
|
|
54 </tool>
|