update data path

This commit is contained in:
a.ott 2020-07-09 14:02:30 +02:00
parent 7963058040
commit 3b04f618e8

View File

@ -1,5 +1,5 @@
for file in invivo_data/*; do for file in data/invivo/*; do
if [ -d "$file" ]; then if [ -d "$file" ]; then
nice python3 run_Fitter.py --cell $file nice python3 run_Fitter.py --cell $file
fi fi