comparison irp-gateway.xml @ 3:8f34c9dfa7ea draft

"planemo upload commit 6f0636dd5ad7b6edbfc33a142d9cfd4ab9019d1e"
author aac
date Wed, 13 Jan 2021 17:44:48 +0000
parents e98071230f9f
children d34175a481a5
comparison
equal deleted inserted replaced
2:e98071230f9f 3:8f34c9dfa7ea
1 <?xml version="1.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="iReceptor Plus Gateway" id="irp-integration" tool_type="data_source" version="1.0.0"> 2 <tool name="iReceptor Plus Gateway" id="irp-integration" tool_type="data_source" version="1.0.0">
8 <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description> 3 <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description>
9 <command><![CDATA[ 4 <command><![CDATA[
10 python '$__root_dir__/tools/data_source/data_source.py' '$output' $__app__.config.output_size_limit 5 python '$__root_dir__/tools/data_source/data_source.py' '$output' $__app__.config.output_size_limit
11 ]]></command> 6 ]]></command>