galaxy.tools.toolbox.filters package

Module contents

class galaxy.tools.toolbox.filters.FilterFactory(toolbox)[source]

Bases: object

An instance of this class is responsible for filtering the list of tools presented to a given user in a given context.

build_filter_function(filter_name)[source]

Obtain python function (importing a submodule if needed) corresponding to filter_name.

build_filters(trans, **kwds)[source]

Build list of filters to check tools against given current context.