Mercurial > repos > fabio > gdcwebapp
comparison gdcwebapp.xml @ 28:0ea269725abc draft
Uploaded 20170606
author | fabio |
---|---|
date | Tue, 06 Jun 2017 22:31:35 -0400 |
parents | 1b43f4e085be |
children | 1edc869cd008 |
comparison
equal
deleted
inserted
replaced
27:21906a0403b9 | 28:0ea269725abc |
---|---|
17 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php"> | 17 <inputs check_values="False" action="http://bioinf.iasi.cnr.it/gdcwebapp/app.php"> |
18 <display>Go to GDCWebApp service $GALAXY_URL</display> | 18 <display>Go to GDCWebApp service $GALAXY_URL</display> |
19 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" /> | 19 <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" /> |
20 </inputs> | 20 </inputs> |
21 <outputs> | 21 <outputs> |
22 <data name="output1" format="auto" label="${tool.name} Output Data" /> | |
23 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> | 22 <collection name="list_output" type="list:list" label="${tool.name} Output Collection"> |
24 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)_(?P<ext>[^_]+)_(?P<dbkey>[^_]+)" ext="auto" visible="False" directory="tmp" /> | 23 <discover_datasets pattern="(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)_(?P<ext>[^_]+)_(?P<dbkey>[^_]+)" ext="auto" visible="False" directory="tmp" /> |
25 </collection> | 24 </collection> |
25 <data name="output1" format="auto" label="${tool.name} Output Data" /> | |
26 </outputs> | 26 </outputs> |
27 <options sanitize="False" refresh="True" /> | 27 <options sanitize="False" refresh="True" /> |
28 </tool> | 28 </tool> |