Skip to content

Commit

Permalink
xsd: do not allow filter and discover_datasets in statically defined …
Browse files Browse the repository at this point in the history
…collection elements

and remove actions and change_format from the collection definition
(again)
  • Loading branch information
bernt-matthias committed Jul 30, 2024
1 parent 5e85e29 commit 841ee14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5830,8 +5830,6 @@ on Human (hg18)``.
<!-- Allowed tags included in collection-data -->
<xs:group name="OutputCollectionDataElement">
<xs:choice>
<xs:element name="discover_datasets" type="OutputCollectionDiscoverDatasets" />
<xs:element name="filter" type="OutputFilter" />
<xs:element name="actions" type="Actions" />
<xs:element name="change_format" type="ChangeFormat" />
</xs:choice>
Expand All @@ -5843,8 +5841,6 @@ on Human (hg18)``.
<xs:element name="data" type="OutputCollectionData" />
<xs:element name="discover_datasets" type="OutputCollectionDiscoverDatasets" />
<xs:element name="filter" type="OutputFilter" />
<xs:element name="actions" type="Actions" />
<xs:element name="change_format" type="ChangeFormat" />
</xs:choice>
</xs:group>

Expand Down

0 comments on commit 841ee14

Please sign in to comment.