#!/bin/ksh

arg1=$1
arg2=$2
arg3=$3

export PERL5LIB=$PERL5LIB:/homes/www-jpred/live/lib

#cd /homes/www-nod/tomcat/webapps/nod/Predictions/
cd $arg3
#echo $arg3

/homes/www-jpred/live/jpred/jpred --seq $arg1 --db uniref90 --output $arg2
