#!/bin/bash
#PBS -l walltime=12:00:00
#PBS -N nameofrunfile
#PBS -m abe
#PBS -l nodes=1:ppn=1
#PBS -o /pathway/to/the/output/filename.oe
#PBS -j oe
#PBS -M email@example.edu
#PBS -V 


#MAKE SURE FILE HAS PERMISSIONS NEEDED
# Tell it to go to this directory
cd /pathway/to/the/directory/needed
#load novocraft
module load novocraft