changeset 1:1c908001bfcd draft default tip

planemo upload
author sanbi-uwc
date Mon, 11 Jul 2022 15:11:13 +0000
parents 6947d02e946b
children
files list_elements.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/list_elements.xml	Mon Jul 11 14:26:27 2022 +0000
+++ b/list_elements.xml	Mon Jul 11 15:11:13 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="list_elements" name="List elements of collection" version="0.1.0+galaxy0" profile="21.05">
+<tool id="list_elements" name="List elements of collection" version="0.2.0+galaxy0" profile="21.05">
     <requirements>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
@@ -11,7 +11,7 @@
         #end for
     ]]></command>
     <inputs>
-        <param name="coll" type="data_collection" collection_type="list" label="Dataset collection"/>
+        <param name="coll" type="data_collection" collection_type="list:list" label="Dataset collection"/>
     </inputs>
     <outputs>
         <data name="output1" format="txt" label="Collection names ${on_string}" />