Mercurial > repos > genouest > baric_archive_toulouse
comparison macros.xml @ 0:1ae6b80f1e03 draft default tip
"planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/baric_archive commit 6419e960f00c0e1c3950bad500487d3681797b40"
author | genouest |
---|---|
date | Fri, 04 Mar 2022 11:16:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1ae6b80f1e03 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@TOOL_VERSION@">1.1.0</token> | |
4 | |
5 <xml name="tool_form" token_server="Rennes" token_url="https://bipaa.genouest.org/archive/"> | |
6 <description>@SERVER@</description> | |
7 <requirements> | |
8 <requirement type="package" version="3.8">python</requirement> | |
9 </requirements> | |
10 <edam_operations> | |
11 <edam_operation>operation_0224</edam_operation> | |
12 </edam_operations> | |
13 <command><![CDATA[ | |
14 python '$__tool_directory__/baric_archive.py' '$output' '$__user_email__' $__user_id__ $__app__.config.output_size_limit | |
15 ]]></command> | |
16 <inputs action="@URL@" check_values="false" method="get"> | |
17 <display>Browse BARIC Archive (@SERVER@) $GALAXY_URL</display> | |
18 <param name="user_email" type="hidden" value="$__user_email__" /> | |
19 <param name="user_id" type="hidden" value="$__user_id__" /> | |
20 </inputs> | |
21 <request_param_translation> | |
22 <request_param galaxy_name="label" remote_name="label" missing="Unknown title" /> | |
23 </request_param_translation> | |
24 <uihints minwidth="800"/> | |
25 <outputs provided_metadata_style="legacy"> | |
26 <data name="output" format="auto" label="$label"/> | |
27 </outputs> | |
28 <options sanitize="False" refresh="True"/> | |
29 </xml> | |
30 </macros> |