Skip to content

Commit cd4666b

Browse files
committed
removed project specific configuration
1 parent e9f7162 commit cd4666b

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

configuration.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
species: human # [human, rat, mouse]
33
gmt: Human_GOALL_with_GO_iea_March_01_2025_symbol.gmt # [Human, Rat, Mouse]
44
data:
5-
- group1: SUD
6-
group2: CTL
7-
file: '3Pod_extdata/MDDSUD_project/sud_toptable.csv'
8-
- group1: MDD-SUD
9-
group2: CTL
10-
file: '3Pod_extdata/MDDSUD_project/mddsud_toptable.csv'
11-
- group1: MDD
12-
group2: CTL
13-
file: '3Pod_extdata/MDDSUD_project/mdd_toptable.csv'
14-
15-
# design: design.csv
16-
# counts: counts.csv
5+
- group1: Disease A
6+
group2: Control A
7+
file: DAvsCA.csv
8+
- group1: Disease B
9+
group2: Control B
10+
file: DBvsCB.csv
11+
design: design.csv
12+
counts: counts.csv
1713

1814
# Debugging
1915
save_environment: false # Save whole environment or just global state?
@@ -26,3 +22,4 @@ mgi: MRK_List2_2025-03-01.csv
2622
lincs_fda: LINCS_FDA_Phases_2023-05-05.csv
2723
embeddings: anc2vec_02_06_25_embeddings.rds
2824
term2name: anc2vec_02_06_25_term2name.rds
25+

0 commit comments

Comments
 (0)