pasteur.utils.parser.get_params_for_pipe

pasteur.utils.parser.get_params_for_pipe#

pasteur.utils.parser.get_params_for_pipe(name, params)[source]#

Returns the parameters for the provided pipeline by merging the nodes default, <view> and the top level one in one dictionary.

This allows the user to set default values for all views in the default namespace, view specific overriding params in the <view> namespace and override Any of them using the –params argument without having to use the parameter namespace