Making an architecture plan for the code base #2

Open
opened 2026-06-06 23:14:16 +02:00 by void-cc · 0 comments
void-cc commented 2026-06-06 23:14:16 +02:00 (Migrated from github.com)

Current architecture looks to my best knowlegde something like this.
Not everything is correct as of now, or filled in, but the big lines are there

current
──────                              
CAT_pack/                         
├── CAT_pack          with this being the "router"        
├── about.py                       
├── download.py                     
├── prepare.py                    
├── contigs.py                     
├── bins.py                         
├── reads.py                       
├── add_names.py                   
├── summarise.py                
├── shared.py         
├── tax.py                          
└── check.py  
tests/                     

Current architecture looks to my best knowlegde something like this. Not everything is correct as of now, or filled in, but the big lines are there ```text current ────── CAT_pack/ ├── CAT_pack with this being the "router" ├── about.py ├── download.py ├── prepare.py ├── contigs.py ├── bins.py ├── reads.py ├── add_names.py ├── summarise.py ├── shared.py ├── tax.py └── check.py tests/ ```
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
void-cc/CAT_pack#2
No description provided.