From 01ff9d5be6143fbc48a690a7d1c24482f53d0ec5 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 10 Jul 2022 12:45:45 +0100 Subject: [PATCH] added instructions to run individual genes --- scripts/ml/running_scripts.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ml/running_scripts.txt b/scripts/ml/running_scripts.txt index 39fc003..9c6af06 100644 --- a/scripts/ml/running_scripts.txt +++ b/scripts/ml/running_scripts.txt @@ -7,7 +7,7 @@ ######################################################################## -./ml_iterator.py 2>&1 | tee log_genes_ml.txt +time ./ml_iterator.py 2>&1 | tee genes_ml-$(date --iso).log ########################################################################