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