P-unit_model/run_cellwise_fitting.sh
2020-09-12 14:35:17 +02:00

7 lines
129 B
Bash
Executable File

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