From 1695e90b422f143b7fa3674c79b02180a61c5025 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 28 Jul 2022 15:33:43 +0100 Subject: [PATCH] running none_complete with diff cv threhsolds --- scripts/ml/running_scripts.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/ml/running_scripts.txt b/scripts/ml/running_scripts.txt index fe11e37..09ed5cd 100644 --- a/scripts/ml/running_scripts.txt +++ b/scripts/ml/running_scripts.txt @@ -11,6 +11,9 @@ time ./ml_iterator.py 2>&1 | tee genes_ml-$(date --iso).log +# FOR NONE-complete data +time ./ml_iterator_CVs.py 2>&1 | tee genes_ml_CVs-$(date --iso).log + ######################################################################## ########################################################################