From fda5f03875a582dc2d5491d655a752bad6b50d23 Mon Sep 17 00:00:00 2001 From: glrs <5999366+glrs@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:50:02 +0200 Subject: [PATCH] Update README --- README.md | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b145d14..eea8aa3 100644 --- a/README.md +++ b/README.md @@ -59,26 +59,27 @@ To get started with the Yggdrasil Project, you need to set up the necessary depe ## Project Structure Brief overview of the main components and directories: - ``` - Yggdrasil/ - ├── lib/ - │ ├── base/ - │ ├── core_utils/ - │ ├── couchdb/ - │ ├── module_utils/ - │ ├── realms/ - │ │ ├── tenx/ - │ │ └── smartseq3/ - ├── tests/ - ├── .github/ - │ └── workflows/ - ├── ygg_trunk.py - ├── ygg-mule.py - ├── pyproject.toml - ├── requirements.txt - ├── LICENSE - └── README.md - ``` + +```text +Yggdrasil/ +├── lib/ +│ ├── base/ +│ ├── core_utils/ +│ ├── couchdb/ +│ ├── module_utils/ +│ ├── realms/ +│ │ ├── tenx/ +│ │ └── smartseq3/ +├── tests/ +├── .github/ +│ └── workflows/ +├── ygg_trunk.py +├── ygg-mule.py +├── pyproject.toml +├── requirements.txt +├── LICENSE +└── README.md +``` * **lib/**: Core library containing base classes and utilities. * **base/**: Abstract base classes and interfaces.