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 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>
351
+
</xs:annotation>
352
+
</xs:attribute>
348
353
</xs:complexType>
349
354
<xs:complexTypename="Code">
350
355
<xs:annotation>
@@ -2333,6 +2338,7 @@ allow access to Python code to generate options for a select list. See
2333
2338
<xs:documentationxml:lang="en">Documentation for label</xs:documentation>
This directive is optionally contained within the ``<param>`` tag when the
2650
+
``type`` attribute value is ``data`` and is used to dynamically generated a converted
2651
+
dataset for the contained input of the type specified using the ``type`` tag.
2652
+
2653
+
]]>
2654
+
</xs:documentation>
2655
+
</xs:annotation>
2656
+
<xs:attributename="name"type="xs:string">
2657
+
<xs:annotation>
2658
+
<xs:documentationxml:lang="en">Name of cheetah variable to create for converted dataset.</xs:documentation>
2659
+
</xs:annotation>
2660
+
</xs:attribute>
2661
+
<xs:attributename="type"type="xs:string">
2662
+
<xs:annotation>
2663
+
<xs:documentationxml:lang="en">The short extension describing the datatype to convert to - Galaxy must have a datatype converter from the parent input's type to this.</xs:documentation>
0 commit comments