#!/bin/csh # Unix script file to run the readseq java app #Change this line to reflect where your JDK classes are set CLASSPATH = .:/usr/local/java/lib/classes.zip #jre -classpath $CLASSPATH iubio.readseq.app # Bizzare note: executing the following command by typing # at the command prompt does not require execute permissions. # However, if the same command is executed in a script # execute permissions must be set. #java -cp /home/psgendb/java/readseq/readseq.jar app java -cp $BIRCH/java/readseq/readseq.jar app