User Tools

Site Tools


support:hpc:software:bamtools

BamTools

BamTools

On the 24 GB memory nodes load BamTools by typing the following:

$ module load bamtools

On the high memory nodes BamTools is at /share/apps/bamtools installed from Ubuntu.

Running

Here is an example submit script.

#!/bin/bash
#$ -cwd
### Job name:
#$ -N MyJobName
#$ -S /bin/bash
$ module load bamtools
bamtools command 1
bamtools command 2

Documentation

support/hpc/software/bamtools.txt · Last modified: 2012/03/09 12:41 by tlknight