Repository 'gdcwebapp'
hg clone https://toolshed.g2.bx.psu.edu/repos/fabio/gdcwebapp

Changeset 28:0ea269725abc (2017-06-06)
Previous changeset 27:21906a0403b9 (2017-06-06) Next changeset 29:c04f016975dc (2017-06-06)
Commit message:
Uploaded 20170606
modified:
gdcwebapp.xml
added:
._gdcwebapp.xml
._json_data_source_mod.py
b
diff -r 21906a0403b9 -r 0ea269725abc ._gdcwebapp.xml
b
Binary file ._gdcwebapp.xml has changed
b
diff -r 21906a0403b9 -r 0ea269725abc ._json_data_source_mod.py
b
Binary file ._json_data_source_mod.py has changed
b
diff -r 21906a0403b9 -r 0ea269725abc gdcwebapp.xml
--- a/gdcwebapp.xml Tue Jun 06 17:53:44 2017 -0400
+++ b/gdcwebapp.xml Tue Jun 06 22:31:35 2017 -0400
[
@@ -19,10 +19,10 @@
         <param name="GALAXY_URL" type="baseurl" value="/async/data_source_gdcwebapp" />
     </inputs>
     <outputs>
-        <data name="output1" format="auto" label="${tool.name} Output Data" />
         <collection name="list_output" type="list:list" label="${tool.name} Output Collection">
             <discover_datasets pattern="(?P&lt;identifier_0&gt;[^_]+)_(?P&lt;identifier_1&gt;[^_]+)_(?P&lt;ext&gt;[^_]+)_(?P&lt;dbkey&gt;[^_]+)" ext="auto" visible="False" directory="tmp" />
         </collection>
+        <data name="output1" format="auto" label="${tool.name} Output Data" />
     </outputs>
     <options sanitize="False" refresh="True" />
 </tool>