Samtools
Flexible generic format for storing nucleotide sequence alignments
Samtools requires an environment module
In order to use Samtools, you must first load the appropriate environment module:
module load gnu
SAM (Sequence Alignment/Map) provides efficient utilities on manipulating alignments in the SAM format.
Using Samtools on RCC Resources#
Connect to the HPC and run the following commands to create a folder and download the SAM example files into it:
Index the reference FASTA
SAM -> BAM
Index BAM
View Alignment
Pileup and consensus