#!/bin/bash

for i in {1..40..1}
  do
    qsub -cwd -V -N PJ -l h_data=8G,h_rt=24:00:00 -M eplau -m n -t 1-305001:500 test_human/test_"$i"a
  done
