#!/bin/bash

cell=C190898A-P2
IS=0
prop_site=31
#main axon 0 6 10 26 27 31

#extstim=1 # too short for Jonas kineics
#junction=1

#extstim=8
#junction=7

#extstim=14
#junction=11

#extstim=34
#junction=32

#extstim=29 # too short for Jonas kinetics
#junction=28

for comps in 8,7 14,11 34,32
do
qsub -N vsJ_${cell}_${comps} -l h_rt=24:00:00 -b y x86_64/special -nogui simulation_base.hoc -c "set_generic_arg\(\\\"$cell\\\",$IS,$prop_site,$comps\)" vs-generic_cutoff_Jonas.hoc
done