You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xs:documentationxml:lang="en">A commaseparated list of data inputs that should not be split for this tool, Galaxy will infer this if not present and so this potentially never needs to be set.</xs:documentation>
365
+
<xs:documentationxml:lang="en">A comma-separated list of data inputs that should not be split for this tool, Galaxy will infer this if not present and so this potentially never needs to be set.</xs:documentation>
366
366
</xs:annotation>
367
367
</xs:attribute>
368
368
</xs:complexType>
@@ -1074,6 +1074,11 @@ referenced input dataset. This is only valid if the corresponding parameter is
1074
1074
of ``type`` ``data``.</xs:documentation>
1075
1075
</xs:annotation>
1076
1076
</xs:attribute>
1077
+
<xs:attributename="tags"type="xs:string">
1078
+
<xs:annotation>
1079
+
<xs:documentationxml:lang="en">Comma separated list of tags to apply to the dataset (only works for elements of collections - e.g. ``element`` XML tags).</xs:documentation>
1080
+
</xs:annotation>
1081
+
</xs:attribute>
1077
1082
</xs:complexType>
1078
1083
<xs:complexTypename="TestCompositeData">
1079
1084
<xs:annotation>
@@ -1102,6 +1107,11 @@ non-optional composite inputs must be specified as part of the ``param``.
1102
1107
<xs:documentationxml:lang="en">Type of collection to create.</xs:documentation>
1103
1108
</xs:annotation>
1104
1109
</xs:attribute>
1110
+
<xs:attributename="tags"type="xs:string">
1111
+
<xs:annotation>
1112
+
<xs:documentationxml:lang="en">Comma separated list of tags to apply to the dataset (only works for elements of collections - e.g. ``element`` XML tags).</xs:documentation>
1113
+
</xs:annotation>
1114
+
</xs:attribute>
1105
1115
</xs:complexType>
1106
1116
<xs:complexTypename="TestOutput">
1107
1117
<xs:annotation>
@@ -2350,7 +2360,7 @@ file. Use the file extension.</xs:documentation>
2350
2360
This is only valid if ``type`` is ``data_collection``. Restrict the kind of
2351
2361
collection that can be consumed by this parameter (e.g. ``paired``,
2352
2362
``list:paired``, ``list``). Multiple such collection types can be specified here
0 commit comments