update data path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user