comparison irp-gateway.xml @ 4:d34175a481a5 draft

"Gave datasets a fixed name and extension; Researching way to make it dynamic in the future."
author aac
date Fri, 15 Jan 2021 13:18:22 +0000
parents 8f34c9dfa7ea
children a28858cf87bb
comparison
equal deleted inserted replaced
3:8f34c9dfa7ea 4:d34175a481a5
15 <request_param galaxy_name="URL" remote_name="URL" missing="" /> 15 <request_param galaxy_name="URL" remote_name="URL" missing="" />
16 <!-- There is currently no explicit data_type other than a .zip file. Could be upgraded in the future --> 16 <!-- There is currently no explicit data_type other than a .zip file. Could be upgraded in the future -->
17 <!-- <request_param galaxy_name="data_type" remote_name="outputType" missing="zip" /> --> 17 <!-- <request_param galaxy_name="data_type" remote_name="outputType" missing="zip" /> -->
18 </request_param_translation> 18 </request_param_translation>
19 <outputs> 19 <outputs>
20 <data name="output" format="zip" label="${tool.name}"/> 20 <data name="output" format="zip" label="irp-gateway-dataset.zip"/>
21 </outputs> 21 </outputs>
22 <options sanitize="False" refresh="True"/> 22 <options sanitize="False" refresh="True"/>
23 </tool> 23 </tool>