forked from KerenLab/CellSighter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOVA_ensemble.sh
executable file
·56 lines (29 loc) · 3.18 KB
/
OVA_ensemble.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#!/bin/bash
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_pDC
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_pDC
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_B
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_B
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Neutrophil
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Neutrophil
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_BnT
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_BnT
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_HLADR
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_HLADR
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_CD4
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_CD4
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_plasma
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_plasma
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Mural
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Mural
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_MacCD163
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_MacCD163
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Tumor
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Tumor
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_CD8
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_CD8
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_NK
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_NK
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_DC
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_DC
python CellSighterCode/train.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Treg
python CellSighterCode/eval.py --base_path=/mnt/immucan_volume/processed_data/Panel_1/CellSighter/OVA/Output_Treg