From 0cb33fe0515a3cb5409abf5e9f9ce5deba99925a Mon Sep 17 00:00:00 2001 From: ilkankilic Date: Tue, 6 May 2025 16:35:34 +0200 Subject: [PATCH] add access_token argument to Emodel_pipeline --- bluepyemodel/emodel_pipeline/emodel_pipeline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bluepyemodel/emodel_pipeline/emodel_pipeline.py b/bluepyemodel/emodel_pipeline/emodel_pipeline.py index 6fc64bf..4538065 100644 --- a/bluepyemodel/emodel_pipeline/emodel_pipeline.py +++ b/bluepyemodel/emodel_pipeline/emodel_pipeline.py @@ -64,6 +64,7 @@ def __init__( forge_ontology_path=None, nexus_organisation=None, nexus_project=None, + access_token=None, ): """Initializes the EModel_pipeline. @@ -122,7 +123,7 @@ def __init__( of the e-model building pipeline be based on multiprocessing. data_access_point (str): name of the access_point used to access the data, can be "nexus" or "local". - + access_token (str): access token used to connect to Nexus. """ # pylint: disable=too-many-arguments @@ -165,6 +166,7 @@ def __init__( access_point=data_access_point, forge_path=forge_path, forge_ontology_path=forge_ontology_path, + access_token=access_token, ) def configure_model(