Skip to content

Commit 0c2549e

Browse files
committed
small update readme
1 parent 3cd9b4a commit 0c2549e

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
11
### Comparing automated recommendation methods across scenarios on simulated DBTL cycles.
2+
Structure of the project:
3+
1. data/config_files_yml: contains all configurations of DBTL cycle processes for the simulation study.
4+
2. results: all the results of the simulation study
5+
3. models: consists of the bioprocess models
6+
4. scripts: consists of the building of bioprocess models (build_models dir), the analysis (two directoreis), and a setup_configs for the construction of the config files for simulation.
7+
8+
.
9+
├── data
10+
│   ├── config_files_yml
11+
│   └── excel_remove
12+
├── figures
13+
│   ├── figure1
14+
│   ├── figure2
15+
│   ├── figure3
16+
│   ├── figure4
17+
│   ├── figures_paper_old
18+
│   ├── individual_variables
19+
│   ├── metabolic_engineering_conference
20+
│   ├── statistics
21+
│   └── SupportingInfo
22+
├── literature
23+
├── models
24+
│   ├── bioprocess_models
25+
│   └── test_mlmodel
26+
├── results
27+
│   ├── optimization_results
28+
│   ├── pathway_validation
29+
│   ├── results_for_plots_paper
30+
│   ├── statistics_combinatorial_exp
31+
│   └── statistics_compare_coefficients
32+
├── scripts
33+
│   ├── analysis
34+
│   ├── analysis_figures
35+
│   ├── build_models
36+
│   ├── scripts_dev
37+
│   └── setup_configs
38+
├── source
39+
│   └── __pycache__
40+
└── tests
41+
└── __pycache__
42+
43+
33 directories

my_tree_structure.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
.
2+
├── data
3+
│   ├── config_files_yml
4+
│   └── excel_remove
5+
├── figures
6+
│   ├── figure1
7+
│   ├── figure2
8+
│   ├── figure3
9+
│   ├── figure4
10+
│   ├── figures_paper_old
11+
│   ├── individual_variables
12+
│   ├── metabolic_engineering_conference
13+
│   ├── statistics
14+
│   └── SupportingInfo
15+
├── literature
16+
├── models
17+
│   ├── bioprocess_models
18+
│   └── test_mlmodel
19+
├── results
20+
│   ├── optimization_results
21+
│   ├── pathway_validation
22+
│   ├── results_for_plots_paper
23+
│   ├── statistics_combinatorial_exp
24+
│   └── statistics_compare_coefficients
25+
├── scripts
26+
│   ├── analysis
27+
│   ├── analysis_figures
28+
│   ├── build_models
29+
│   ├── scripts_dev
30+
│   └── setup_configs
31+
├── source
32+
│   └── __pycache__
33+
└── tests
34+
└── __pycache__
35+
36+
33 directories

0 commit comments

Comments
 (0)