#!/bin/csh

# Wrapper to call the right bash script from an SGE job.
#
# $Id: PAS_Wrapper,v 1.1 2008/12/08 17:48:43 bennett Exp $

set BASE=/home/ucacdxa/camino

cd $BASE

SGE/VoxelPAS $*

