P-unit_model/run_cellwise_fitting.sh
2020-07-28 09:34:35 +02:00

6 lines
125 B
Bash
Executable File

for file in data/invivo_bursty/*; do
if [ -d "$file" ]; then
nice python3 run_Fitter.py --cell $file
fi
done