Skip to content

Commit

Permalink
add description for ontology filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedhamidawan committed Oct 6, 2023
1 parent f31138c commit a53d1c1
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions client/src/components/Panels/Common/ToolSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,11 @@ function onToggle(toggleAdvanced: boolean) {
<dt><code>name</code></dt>
<dd>The tool name (stored as tool.name + tool.description in the XML)</dd>
<dt><code>section</code></dt>
<dd>The tool section is based on the default tool panel view</dd>
<dt><code>ontology</code></dt>
<dd>
The tool section is based on the current view you have selected for the panel. <br />
When this field is active, you will be able to see a datalist showing the available
sections you can filter from. <br />
By default, Galaxy tool panel sections are filterable if you are currently on the
<i>Full Tool Panel</i> view, and it will show EDAM ontologies or EDAM topics if you have
either of those options selected. <br />
Change panel views by clicking on the
<icon icon="caret-down" />
icon at the top right of the tool panel.
This is the EDAM ontology term that is associated with the tool. Example inputs:
<i>"topic_3174"</i> or <i>"operation_0324"</i>
</dd>
<dt><code>id</code></dt>
<dd>The tool id (taken from its XML)</dd>
Expand Down

0 comments on commit a53d1c1

Please sign in to comment.