#!/bin/ksh

arg1=$1
arg2=$2

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

#cd /homes/www-nod/tomcat/webapps/nod/Predictions/

cd /homes/pvtroshin/server/tomcat6/webapps/nod/Predictions/

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