Skip to content

Commit

Permalink
adds biii as supported xref reference type
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Nov 1, 2023
1 parent f6741e6 commit 00a3d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7275,6 +7275,7 @@ A tool can refer multiple reference IDs.
<xrefs>
<xref type="bio.tools">dada2</xref>
<xref type="bioconductor">dada2</xref>
<xref type="biii">dada2</xref>
</xrefs>
<!-- https://bio.tools/dada2 -->
```
Expand All @@ -7295,7 +7296,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 +7310,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 00a3d03

Please sign in to comment.