From a6b3679102bcf8c1897601c02447c5e0d2da16ac Mon Sep 17 00:00:00 2001 From: Chetouane <elias.chetouane@univ-grenoble-alpes.fr> Date: Tue, 16 Jan 2024 10:46:58 +0100 Subject: [PATCH] =?UTF-8?q?Retrait=20des=20commentaires=20pour=20ex=C3=A9c?= =?UTF-8?q?ution=20compl=C3=A8te=20par=20le=20pipeline.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run-all-codes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run-all-codes.py b/run-all-codes.py index 7dcec9d..b523ed8 100644 --- a/run-all-codes.py +++ b/run-all-codes.py @@ -28,14 +28,14 @@ collec_dois_prgm = [ #to depug : run only one script -#collec_dois_prgm = ["rdg.py"] -#[run_py_file(file, "0-collect-data") for file in collec_dois_prgm] +collec_dois_prgm = ["rdg.py", "datacite.py", "nakala.py", "zenodo.py"] +[run_py_file(file, "0-collect-data") for file in collec_dois_prgm] # exit() # # ______1______ Concatenate and enrich DOIs w DataCite -# run_py_file("concatenate-enrich-dois.py", "1-enrich-with-datacite") +run_py_file("concatenate-enrich-dois.py", "1-enrich-with-datacite") -- GitLab