Skip to content

Commit

Permalink
Merge pull request galaxyproject#17359 from neoformit/fix-tool-docs
Browse files Browse the repository at this point in the history
Escape pipe character in tool XSD docs
  • Loading branch information
mvdbeek authored Jan 26, 2024
2 parents fb41f4f + 4152c35 commit 66cd96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tool_util/xsd/galaxy.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5267,7 +5267,7 @@ If ``true``, this output will sniffed and its format determined automatically by
<xs:attribute name="default_identifier_source" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Sets the source of element identifier to the specified input.
This only applies to collections that are mapped over a non-collection input and that have equivalent structures. If this references input elements in conditionals, this value should be qualified (e.g. ``cond|input`` instead of ``input`` if ``input`` is in a conditional with ``name="cond"``).</xs:documentation>
This only applies to collections that are mapped over a non-collection input and that have equivalent structures. If this references input elements in conditionals, this value should be qualified (e.g. ``cond\|input`` instead of ``input`` if ``input`` is in a conditional with ``name="cond"``).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="metadata_source" type="xs:string">
Expand Down

0 comments on commit 66cd96c

Please sign in to comment.