Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
glrs committed Oct 9, 2024
1 parent b9374a5 commit fda5f03
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fda5f03

Please sign in to comment.