Mercurial > repos > aac > irp_integration
comparison irp-gateway.xml @ 1:b25bbb79cfbf draft
"Added explicit path to data_source.py"
author | aac |
---|---|
date | Tue, 12 Jan 2021 11:37:04 +0000 |
parents | a1267fc353f4 |
children | e98071230f9f |
comparison
equal
deleted
inserted
replaced
0:a1267fc353f4 | 1:b25bbb79cfbf |
---|---|
5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. | 5 initial response ( in addition to 'URL' ) will be encoded and appended to URL and a post will be performed. |
6 --> | 6 --> |
7 <tool name="iReceptor Plus Gateway" id="irp-integration" tool_type="data_source" version="1.0.0"> | 7 <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> | 8 <description>Access the iReceptor Plus Gateway to browse AIRR-seq data.</description> |
9 <command><![CDATA[ | 9 <command><![CDATA[ |
10 python data_source.py '$output' $__app__.config.output_size_limit | 10 python '$__root_dir__/tools/data_source/data_source.py' '$output' $__app__.config.output_size_limit |
11 ]]></command> | 11 ]]></command> |
12 <inputs action="https://gateway.ireceptor.org/downloads" check_values="false" method="post"> | 12 <inputs action="https://gateway.ireceptor.org/downloads" check_values="false" method="post"> |
13 <display>Redirected to $GALAXY_URL</display> | 13 <display>Redirected to $GALAXY_URL</display> |
14 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> | 14 <param name="GALAXY_URL" type="baseurl" value="/tool_runner" /> |
15 <param name="tool_id" type="hidden" value="irp-integration" /> | 15 <param name="tool_id" type="hidden" value="irp-integration" /> |