Mercurial > repos > aac > irp_integration
comparison irp-gateway.xml @ 2:e98071230f9f draft
"Made output format a zip"
author | aac |
---|---|
date | Tue, 12 Jan 2021 17:10:50 +0000 |
parents | b25bbb79cfbf |
children | 8f34c9dfa7ea |
comparison
equal
deleted
inserted
replaced
1:b25bbb79cfbf | 2:e98071230f9f |
---|---|
16 <param name="sendToGalaxy" type="hidden" value="1" /> | 16 <param name="sendToGalaxy" type="hidden" value="1" /> |
17 </inputs> | 17 </inputs> |
18 <request_param_translation> | 18 <request_param_translation> |
19 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> | 19 <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> |
20 <request_param galaxy_name="URL" remote_name="URL" missing="" /> | 20 <request_param galaxy_name="URL" remote_name="URL" missing="" /> |
21 <request_param galaxy_name="data_type" remote_name="outputType" missing="auto" > | 21 <!-- There is currently no explicit data_type other than a .zip file. Could be upgraded in the future --> |
22 <value_translation> | 22 <!-- <request_param galaxy_name="data_type" remote_name="outputType" missing="zip" /> --> |
23 <value galaxy_value="tabular" remote_value="table" /> | |
24 </value_translation> | |
25 </request_param> | |
26 </request_param_translation> | 23 </request_param_translation> |
27 <outputs> | 24 <outputs> |
28 <data name="output" format="tabular" label="${tool.name}"/> | 25 <data name="output" format="zip" label="${tool.name}"/> |
29 </outputs> | 26 </outputs> |
30 <options sanitize="False" refresh="True"/> | 27 <options sanitize="False" refresh="True"/> |
31 </tool> | 28 </tool> |