about summary refs log tree commit diff
path: root/sourcecodes/delete_cv_pred.sh
blob: b756e2b60c7667d21e0b7ca48495645caae16655 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
#cd ./data/
#cd /tmp/bnw/
cd /var/lib/genenet/bnw/
temp='looCV_temp.txt'
rm $1$temp
temp='looCV.txt'
rm $1$temp
rm $1$temp
temp='loo_plotly.html'
temp='kfoldCV_temp.txt'
rm $1$temp
temp='kfoldCV.txt'
rm $1$temp
temp='kfold_plotly.html'
rm $1$temp
temp='ts_upload.txt'
rm $1$temp
temp='ts_output.txt'
rm $1$temp
temp='ts_plotly.html'
rm $1$temp