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(