From 2708e3d5536b69d44410ab9795cdc7e57644c859 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 17 Jul 2024 17:22:26 +0100 Subject: [PATCH] Add ``entry_points`` to the schema template --- doc/schema_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/schema_template.md b/doc/schema_template.md index d6577843ba2f..d3c2ac63bc77 100644 --- a/doc/schema_template.md +++ b/doc/schema_template.md @@ -21,6 +21,8 @@ number of tutorials on building Galaxy tools that would better serve that purpos $tag:tool://element[@name='tool'] $tag:tool|description://element[@name='tool']//element[@name='description'] $tag:tool|macros://complexType[@name='Macros'] +$tag:tool|entry_points://complexType[@name='EntryPoints'] +$tag:tool|entry_points|entry_point://complexType[@name='EntryPoint'] $tag:tool|edam_topics://complexType[@name='EdamTopics'] $tag:tool|edam_operations://complexType[@name='EdamOperations'] $tag:tool|xrefs://complexType[@name='xrefs']