17

This is Luca Cappelletti's DBGI daily open-notebook.

Today is 2023.07.19

Todo today

  • Start to delve into the ENPKG Workflow so as to plan a holystic refactoring, if needed.

Done

  • Cloned repositories associated to the ENPKG Workflow and started to read the code.
  • Started to clean up the code for the first step of the workflow, which is the data organization. You can find the refactoring branch of the repository here.

Cloning all of the repos

You can quickly clone all of the repositories by running the following snippet:

git clone git@github.com:enpkg/enpkg_workflow.git
git clone git@github.com:enpkg/enpkg_data_organization.git
git clone git@github.com:enpkg/enpkg_taxo_enhancer.git
git clone git@github.com:enpkg/enpkg_mn_isdb_taxo.git
git clone git@github.com:enpkg/enpkg_sirius_canopus.git
git clone git@github.com:enpkg/enpkg_meta_analysis.git
git clone git@github.com:enpkg/enpkg_graph_builder.git

Todo tomorrow