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