Difference between revisions of "Samtools"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 29: Line 29:
 
*{{#var:app}}
 
*{{#var:app}}
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_SAMTOOLS_BIN - executable directory
 
* HPC_SAMTOOLS_BIN - executable directory
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==

Revision as of 21:24, 6 December 2019

Description

samtools website  

SAM (Sequence Alignment/Map) format is a generic format for storing large nucleotide sequence alignments. SAM Tools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format.

Bcftools does the SNP calling. It can also concatenate BCF files, index BCFs for fast random access and convert BCF to VCF. In addition, bcftools can operate on some VCFs (e.g. calling SNPs from GL-tagged VCFs), but not for all VCFs; VCF to BCF conversion is not working at the moment, either.

Note: The Samtools 0.1.18 install includes the tabix and bgzip binaries from the Tabix-0.2.6 software as well as the bcftools program.

Required Modules

modules documentation

Serial

  • samtools

System Variables

  • HPC_SAMTOOLS_DIR - installation directory
  • HPC_SAMTOOLS_BIN - executable directory




Validation

  • Validated 4/5/2018