Currently we only pass the ensemble size through to the actual Protpardelle model in the _run_guidance method (guidance_script_utils.py). We need to pipe more of the options through to control protpardelle more fully. Alternatively, some options may need to be passed through to the model when it is initialized as well.
Currently we only pass the ensemble size through to the actual Protpardelle model in the
_run_guidancemethod (guidance_script_utils.py). We need to pipe more of the options through to control protpardelle more fully. Alternatively, some options may need to be passed through to the model when it is initialized as well.