<xs:documentationxml:lang="en">This value declares if domain-based proxying is required. Default is False. Currently only works when True.</xs:documentation>
<xs:documentationxml:lang="en">A unique label to identify the entry point. Used by interactive client tools to connect.</xs:documentation>
Whether the InteractiveTool proxy will add the entry point path to an HTTP header. An empty string as value (default) means
that the path will not be provided in an HTTP header. Any other string value will define the name of the HTTP header
where the path will be injected by the proxy. See the documentation of ``requires_path_in_url`` for more information.
Default value of ``requires_path_in_header_named`` is False.
]]>
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
@@ -1577,6 +1608,11 @@ non-optional composite inputs must be specified as part of the ``param``.
<xs:documentationxml:lang="en">Type of collection to create.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributename="name"type="xs:string">
<xs:annotation>
<xs:documentationxml:lang="en">The identifier of the collection. Default is ``"Unnamed Collection"``</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributename="tags"type="xs:string">
<xs:annotation>
<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>
@@ -3248,6 +3284,19 @@ value of "V1".
<paramname="xlab"type="text"value="V1"label="Label for x axis"/>
```
Unlike other types of parameters, type="text" parameters are always optional, and tool
author need to restrict the input with validator elements. By using a profile of at
least 23.0 text parameters that set ``optional="false"`` or define a validator are
indicated as required, but without validator the tool can be executed in any case.
That is a mandatory text parameter should be implemented as:
Galaxy-aware URI for the default file for collection element.
]]></xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexTypename="ParamOptions">
<xs:annotation>
<xs:documentationxml:lang="en"><![CDATA[
@@ -4413,6 +4529,7 @@ Note that each data parameter has automatically a metadata validator that checks
if all non-optional metadata are set, i.e. ``<validatortype="metadata/>``.
- ``unspecified_build``: Check of a build is defined.
- ``dataset_ok_validator``: Check if the data set is in state OK.
- ``dataset_metadata_equal``: Check if metadata (given by ``metadata_name``) is equal to a given string value (given by ``value``) or JSON encoded value (given by ``value_json``). ``value_json`` needs to be used for all non string types (e.g. int, float, list, dict).
- ``dataset_metadata_in_range``: Check if a numeric metadata value is within
a given range.
- ``dataset_metadata_in_data_table``: Check if a metadata value is contained in a column of a data table.
@@ -4501,7 +4618,7 @@ use in filenames may not contain ``..``.