slight formatting for existing scripts

This commit is contained in:
Tanushree Tunstall 2022-06-18 19:35:49 +01:00
parent a53fce5455
commit 9bc26c1947
4 changed files with 33 additions and 7 deletions

View file

@ -90,8 +90,34 @@
./rpob_rt.py 2>&1 | tee log_rpob_rt.txt
./alr_rt.py 2>&1 | tee log_alr_rt.txt
########################################################################
# COMPLETE Data: actual + na i.e imputed
########################################################################
=================================
# Split: 70/30 [COMPLETE DATA]
# All features including AA index
# Date: 18/05/2022
# captures error: 2>$1
=================================
./pnca_cd_7030.py 2>&1 | tee log_pnca_cd_7030.txt
./embb_cd_7030.py 2>&1 | tee log_embb_cd_7030.txt
./gid_cd_7030.py 2>&1 | tee log_gid_cd_7030.txt
./katg_cd_7030.py 2>&1 | tee log_katg_cd_7030.txt
./rpob_cd_7030.py 2>&1 | tee log_rpob_cd_7030.txt
./alr_cd_7030.py 2>&1 | tee log_alr_cd_7030.txt
########################################################################
=================================
# Split: 80/20 [COMPLETE DATA]
# All features including AA index
# Date: 18/05/2022
# captures error: 2>$1
=================================
./pnca_cd_8020.py 2>&1 | tee log_pnca_cd_8020.txt
./embb_cd_8020.py 2>&1 | tee log_embb_cd_8020.txt
./gid_cd_8020.py 2>&1 | tee log_gid_cd_8020.txt
./katg_cd_8020.py 2>&1 | tee log_katg_cd_8020.txt
./rpob_cd_8020.py 2>&1 | tee log_rpob_cd_8020.txt
./alr_cd_8020.py 2>&1 | tee log_alr_cd_8020.txt