#!/bin/bash
cell=C190898A-P2
IS=0
prop_site=31
#main axon 0 6 10 26 27 31
#extstim=1
#junction=1
#extstim=8
#junction=7
#extstim=14
#junction=11
#extstim=34
#junction=32
#extstim=29
#junction=28
for comps in 1,1 8,7 14,11 34,32 29,28
do
qsub -N vs_${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.hoc
done