#!/bin/ksh

arg1=$1
arg2=$2

source /gridware/sge/default/common/settings.sh
qsub -cwd -q 64bit-pri.q -l ram=4000M -S ksh submitToJpred $arg1 $arg2
