#!/bin/csh
# Unix script file to run command line mesquite

#Change this line to reflect where your JDK classes are and where jalview.jar is
#setenv CLASSPATH .:/usr/local/java/lib/classes.zip:$BIRCH/java/readseq/readseq.jar

java -cp $BIRCH/java/Mesquite_Folder mesquite.Mesquite 

