diff --git a/run-all-codes.py b/run-all-codes.py index 7dcec9daa0601a3340b012d1a260db615cea1362..b523ed8d225e9ae76637e966de54dab3f0659f21 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")