from view.python_core.processing_pipelines import PipelineManager # this tells view all settings including the folder structure of your project # On Windows, if you copy paths from the file explorer, make sure the string below is always of the form r"......" ymlfile = r"E:\MR_Till\usage_till_windows.yml" # specify the animals whose components are to be renamed animal = "MR_190510b_or47a" pipeline_manager = PipelineManager(project_yml_file=ymlfile, animal=animal) pipeline_manager.rename_components_via_gui()