Mercurial > repos > fabio > gdcwebapp
comparison gdcwebapp.xml @ 16:3eabece82abb draft
Uploaded 20170601
author | fabio |
---|---|
date | Thu, 01 Jun 2017 13:07:22 -0400 |
parents | babc444d4bd0 |
children | 2c58e3cc1b30 |
comparison
equal
deleted
inserted
replaced
15:78bd202e8687 | 16:3eabece82abb |
---|---|
19 <param name="URL" type="hidden" value="" /> | 19 <param name="URL" type="hidden" value="" /> |
20 </inputs> | 20 </inputs> |
21 <outputs> | 21 <outputs> |
22 <data name="output1" format="auto" label="${tool.name} Output Data" hidden="True" /> | 22 <data name="output1" format="auto" label="${tool.name} Output Data" hidden="True" /> |
23 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> | 23 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> |
24 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)" ext="auto" visible="False" directory="tmp" /> | 24 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)_(?P<ext>[^_]+)_(?P<dbkey>[^_]+)" ext="auto" visible="False" directory="tmp" /> |
25 </collection> | 25 </collection> |
26 </outputs> | 26 </outputs> |
27 <options sanitize="False" refresh="True" /> | 27 <options sanitize="False" refresh="True" /> |
28 </tool> | 28 </tool> |