forked from chenxofhit/Loc-PCA-CMI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_locpcacmi_DREAM3_batch_lamda.sh
43 lines (31 loc) · 1.44 KB
/
main_locpcacmi_DREAM3_batch_lamda.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
#/bin/bash
cd `pwd`
echo 'step1,dream3 datasets evaluating...'
bash tpl-generator.sh main_locpcacmi_DREAM3_Ecoli_tpl_lamda
bash tpl-generator.sh main_locpcacmi_DREAM3_Yeast_tpl_lamda
bash ./main_locpcacmi_DREAM3_Yeast_tpl_lamda10.sh
bash ./main_locpcacmi_DREAM3_Yeast_tpl_lamda50.sh
bash ./main_locpcacmi_DREAM3_Yeast_tpl_lamda100.sh
bash ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda10.sh
bash ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda50.sh
bash ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda100.sh
# echo 'step2,gnw silico datasets evaluating...'
# bash tpl-generator_gnw.sh main_locpcacmi_gnw_Ecoli500-tpl
# bash ./main_locpcacmi_gnw_Ecoli500-tpl500-1.sh
# bash ./main_locpcacmi_gnw_Ecoli500-tpl500-2.sh
# bash ./main_locpcacmi_gnw_Ecoli500-tpl500-3.sh
# bash ./main_locpcacmi_gnw_Ecoli500-tpl500-4.sh
# bash ./main_locpcacmi_gnw_Ecoli500-tpl500-5.sh
echo 'step3,cleaning temporary files...'
rm -rf ./main_locpcacmi_DREAM3_Yeast_tpl_lamda10.sh
rm -rf ./main_locpcacmi_DREAM3_Yeast_tpl_lamda50.sh
rm -rf ./main_locpcacmi_DREAM3_Yeast_tpl_lamda100.sh
rm -rf ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda10.sh
rm -rf ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda50.sh
rm -rf ./main_locpcacmi_DREAM3_Ecoli_tpl_lamda100.sh
# rm -rf ./main_locpcacmi_gnw_Ecoli500-tpl500-1.sh
# rm -rf ./main_locpcacmi_gnw_Ecoli500-tpl500-2.sh
# rm -rf ./main_locpcacmi_gnw_Ecoli500-tpl500-3.sh
# rm -rf ./main_locpcacmi_gnw_Ecoli500-tpl500-4.sh
# rm -rf ./main_locpcacmi_gnw_Ecoli500-tpl500-5.sh
echo 'step4,Done!'