Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23.1] Adds biii as supported xref reference type #16952

Merged
merged 2 commits into from
Nov 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7295,7 +7295,7 @@ information according to a catalog.</xs:documentation>
<xs:extension base="xs:string">
<xs:attribute name="type" type="xrefType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Type of reference - currently ``bio.tools`` and ``bioconductor`` are
<xs:documentation xml:lang="en">Type of reference - currently ``bio.tools``, ``bioconductor``, and ``biii`` are
the only supported options.</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand All @@ -7309,6 +7309,7 @@ the only supported options.</xs:documentation>
<xs:restriction base="xs:string">
<xs:enumeration value="bio.tools"/>
<xs:enumeration value="bioconductor"/>
<xs:enumeration value="biii"/>
<!--xs:enumeration value="whatelse"/-->
</xs:restriction>
</xs:simpleType>
Expand Down
Loading