User Tools

Site Tools


support:hpc:software:freebayes

FreeBayes

Submitting a single batch job

#!/bin/bash
### Change to the current working directory:
#$ -cwd
### Job name:
#$ -N SomeJobName
#$ -S /bin/bash


module load freebayes

Freebayes command 1
Freebayes command 2
support/hpc/software/freebayes.txt · Last modified: 2012/03/09 12:22 by tlknight