From 3b04f618e8e3f3fdbeec6859b97852fb7e393005 Mon Sep 17 00:00:00 2001 From: "a.ott" Date: Thu, 9 Jul 2020 14:02:30 +0200 Subject: [PATCH] update data path --- run_cellwise_fitting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_cellwise_fitting.sh b/run_cellwise_fitting.sh index a67a580..abf5d2e 100755 --- a/run_cellwise_fitting.sh +++ b/run_cellwise_fitting.sh @@ -1,5 +1,5 @@ -for file in invivo_data/*; do +for file in data/invivo/*; do if [ -d "$file" ]; then nice python3 run_Fitter.py --cell $file fi