Warning
This document is for an in-development version of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.
galaxy.tools.search package¶
Module for building and searching the index of tools installed within this Galaxy. Before changing index-building or searching related parts it is deeply recommended to read through the library docs at https://whoosh.readthedocs.io.
-
class
galaxy.tools.search.
ToolBoxSearch
(toolbox, index_help=True)[source]¶ Bases:
object
Support searching tools in a toolbox. This implementation uses the Whoosh search library.