diff --git a/src/onemod/main.py b/src/onemod/main.py index dfaa3d75..3120795f 100644 --- a/src/onemod/main.py +++ b/src/onemod/main.py @@ -25,11 +25,8 @@ def run_pipeline( directory : str The experiment directory. It must contain config/settings.yml. stages : list of str or str, optional - The pipeline stages to run. Default is ['rover', 'swimr', 'weave', 'ensemble']. + The pipeline stages to run. Default is ['rover_covsel', 'spxmod', 'weave', 'ensemble']. The experiment directory. Must contain config/settings.yml. - stages : list of str, optional - The pipeline stages to run. Default is - ['rover_covsel', 'regmod_smooth', 'weave', 'ensemble']. cluster_name : str, optional Name of the cluster to run the pipeline on. Default is 'slurm'. configure_resources : bool, optional