P-unit_model/run_cellwise_fitting.sh
2021-01-03 13:23:22 +01:00

7 lines
122 B
Bash
Executable File

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