From 00a3d036e3905bb3a63c95da5ddd989b93566427 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 1 Nov 2023 11:34:06 +0100 Subject: [PATCH 1/2] adds `biii` as supported xref reference type --- lib/galaxy/tool_util/xsd/galaxy.xsd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/galaxy/tool_util/xsd/galaxy.xsd b/lib/galaxy/tool_util/xsd/galaxy.xsd index d73ea5f90629..d0cc160e0737 100644 --- a/lib/galaxy/tool_util/xsd/galaxy.xsd +++ b/lib/galaxy/tool_util/xsd/galaxy.xsd @@ -7275,6 +7275,7 @@ A tool can refer multiple reference IDs. dada2 dada2 + dada2 ``` @@ -7295,7 +7296,7 @@ information according to a catalog. - Type of reference - currently ``bio.tools`` and ``bioconductor`` are + Type of reference - currently ``bio.tools``, ``bioconductor``, and ``biii`` are the only supported options. @@ -7309,6 +7310,7 @@ the only supported options. + From 055afb6b3709e8e7d09d8957150cd1bc950b8304 Mon Sep 17 00:00:00 2001 From: Leonid Kostrykin Date: Wed, 1 Nov 2023 12:01:31 +0100 Subject: [PATCH 2/2] fixes example for xref references --- lib/galaxy/tool_util/xsd/galaxy.xsd | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/galaxy/tool_util/xsd/galaxy.xsd b/lib/galaxy/tool_util/xsd/galaxy.xsd index d0cc160e0737..01ac39775ac3 100644 --- a/lib/galaxy/tool_util/xsd/galaxy.xsd +++ b/lib/galaxy/tool_util/xsd/galaxy.xsd @@ -7275,7 +7275,6 @@ A tool can refer multiple reference IDs. dada2 dada2 - dada2 ```