Update docs with new directory structure
- Updated AGENTS.md and README.md to reflect: - Removal of motia-backend - Moving bttoxin_digger_v5_repro to tools/reproduction/ - Added crispr_cas to structure
This commit is contained in:
@@ -162,6 +162,9 @@ bttoxin-pipeline/
|
|||||||
│ └── toxicity-data.csv # BPPRC specificity data
|
│ └── toxicity-data.csv # BPPRC specificity data
|
||||||
├── external_dbs/ # Optional external database
|
├── external_dbs/ # Optional external database
|
||||||
│ └── bt_toxin/ # Updated BtToxin database
|
│ └── bt_toxin/ # Updated BtToxin database
|
||||||
|
├── tools/ # Utility tools and environments
|
||||||
|
│ └── reproduction/ # Reproduction environments
|
||||||
|
│ └── bttoxin_digger/ # BtToxin_Digger reproduction env
|
||||||
├── tests/ # Test suite
|
├── tests/ # Test suite
|
||||||
│ ├── test_pixi_runner.py # Property-based tests
|
│ ├── test_pixi_runner.py # Property-based tests
|
||||||
│ └── test_data/ # Test input files (.fna)
|
│ └── test_data/ # Test input files (.fna)
|
||||||
|
|||||||
@@ -370,13 +370,17 @@ bttoxin-pipeline/
|
|||||||
│ └── toxicity-data.csv # BPPRC specificity data
|
│ └── toxicity-data.csv # BPPRC specificity data
|
||||||
├── external_dbs/ # External databases (optional)
|
├── external_dbs/ # External databases (optional)
|
||||||
│ └── bt_toxin/ # Updated BtToxin database
|
│ └── bt_toxin/ # Updated BtToxin database
|
||||||
|
├── tools/ # Utility tools and environments
|
||||||
|
│ └── reproduction/ # BtToxin_Digger reproduction env
|
||||||
|
│ └── bttoxin_digger/
|
||||||
├── tests/ # Test suite
|
├── tests/ # Test suite
|
||||||
│ ├── test_pixi_runner.py # Property-based tests
|
│ ├── test_pixi_runner.py # Property-based tests
|
||||||
│ └── test_data/ # Test input files
|
│ └── test_data/ # Test input files
|
||||||
├── docs/ # Documentation
|
├── docs/ # Documentation
|
||||||
├── runs/ # Pipeline outputs (gitignored)
|
├── runs/ # Pipeline outputs (gitignored)
|
||||||
├── backend/ # FastAPI backend (optional web service)
|
├── backend/ # FastAPI backend (optional web service)
|
||||||
└── frontend/ # Vue.js frontend (optional web UI)
|
├── frontend/ # Vue.js frontend (optional web UI)
|
||||||
|
└── crispr_cas/ # CRISPR-Cas analysis module
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Deployment
|
## Docker Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user