comparison nif.xml @ 43:20ebf0e02a97

new
author Chris Mungall <cmungall@gmail.com>
date Fri, 15 Mar 2013 16:54:32 -0700
parents
children
comparison
equal deleted inserted replaced
42:2c78c6649c22 43:20ebf0e02a97
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="Neuroscience Information Framework" id="nif" tool_type="data_source" version="0.1">
8 <description>NIF (Beta) Data Services</description>
9 <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
10 <inputs action="http://beta.neuinfo.org/mynif/" check_values="false" method="get" target="_top">
11 <display>Go to the Neuroscience Information Framework at $GALAXY_URL</display>
12 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" />
13 <param name="tool_id" type="hidden" value="nif" />
14 <param name="externalTool" type="hidden" value="Galaxy" />
15 </inputs>
16 <uihints minwidth="800"/>
17 <outputs>
18 <data name="output" format="txt" />
19 </outputs>
20 <options sanitize="False" refresh="True"/>
21 </tool>