Skip to content

Commit

Permalink
Merge pull request galaxyproject#16952 from kostrykin/release_23.1
Browse files Browse the repository at this point in the history
adds `biii` as supported xref reference type
  • Loading branch information
nsoranzo authored Nov 1, 2023
2 parents f6741e6 + 055afb6 commit 8143b11
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 8143b11

Please sign in to comment.