diff --git a/planemo/xml/xsd/tool/galaxy.xsd b/planemo/xml/xsd/tool/galaxy.xsd index 0abee298b..5b589306a 100644 --- a/planemo/xml/xsd/tool/galaxy.xsd +++ b/planemo/xml/xsd/tool/galaxy.xsd @@ -332,7 +332,7 @@ Read more about configuring Galaxy to run Docker jobs - Documentation for split_inputs + A comma separated list of data inputs to split for job parallelization. @@ -345,6 +345,11 @@ Read more about configuring Galaxy to run Docker jobs Documentation for split_mode + + + 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. + + @@ -2333,6 +2338,7 @@ allow access to Python code to generate options for a select list. See Documentation for label + @@ -2633,6 +2639,32 @@ if the corresponding option is selected by default (the default is ``false``). + + + `` tag when the +``type`` attribute value is ``data`` and is used to dynamically generated a converted +dataset for the contained input of the type specified using the ``type`` tag. + +]]> + + + + + Name of cheetah variable to create for converted dataset. + + + + + The short extension describing the datatype to convert to - Galaxy must have a datatype converter from the parent input's type to this. + + + +