Mercurial > repos > jorrit > obotools
changeset 43:20ebf0e02a97
new
author | Chris Mungall <cmungall@gmail.com> |
---|---|
date | Fri, 15 Mar 2013 16:54:32 -0700 |
parents | 2c78c6649c22 |
children | 315ecba2921d |
files | nif.xml |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nif.xml Fri Mar 15 16:54:32 2013 -0700 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<!-- + If the value of 'URL_method' is 'get', the request will consist of the value of 'URL' coming back in + the initial response. If value of 'URL_method' is 'post', any additional params coming back in the + initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. +--> +<tool name="Neuroscience Information Framework" id="nif" tool_type="data_source" version="0.1"> + <description>NIF (Beta) Data Services</description> + <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> + <inputs action="http://beta.neuinfo.org/mynif/" check_values="false" method="get" target="_top"> + <display>Go to the Neuroscience Information Framework at $GALAXY_URL</display> + <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> + <param name="tool_id" type="hidden" value="nif" /> + <param name="externalTool" type="hidden" value="Galaxy" /> + </inputs> + <uihints minwidth="800"/> + <outputs> + <data name="output" format="txt" /> + </outputs> + <options sanitize="False" refresh="True"/> +</tool>