Bowtie2

From UFRC
Revision as of 13:21, 30 May 2014 by Moskalenko (talk | contribs) (Created page with "__NOTOC____NOEDITSECTION__ Category:SoftwareCategory:BioinformaticsCategory:NGS {| <!--Main settings - REQUIRED--> |{{#vardefine:app|bowtie2}} |{{#vardefine:url|ht...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

bowtie2 website  

Bowtie2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences. It is particularly good at aligning reads of about 50 up to 100s or 1,000s of characters, and particularly good at aligning to relatively long (e.g. mammalian) genomes. Bowtie2 indexes the genome with an FM Index to keep its memory footprint small: for the human genome, its memory footprint is typically around 3.2 GB. Bowtie2 supports gapped, local, and paired-end alignment modes.

Bowtie is a part of the Tuxedo suite.

HPC pre-built Bowtie2 Indexes are located in /scratch/lfs/bio/reference/bowtie2. They should be available for bowtie use automatically. If you have additional indexes that could be of use to others in the UF community please contact us and we'll add them to the reference file space. You can, of course build your own indexes for your own use, simply pass the path to those indexes as an argument to the bowtie2 command.

Required Modules

modules documentation

Serial

  • bowtie2 -loads the default Bowtie2 version

System Variables

  • HPC_{{#uppercase:bowtie2}}_DIR - installation directory
  • HPC_BOWTIE2_BIN - executable directory
  • HPC_BOWTIE2_DOC - documents directory
  • HPC_BOWTIE2_EX - examples directory
  • HPC_BOWTIE2_SCR - scripts directory
  • BOWTIE2_INDEXES - pre-built index files directory

/scratch/lfs/bio/reference/bowtie2

Additional Information

Note: If your data is compressed your job script should add another ppn to accommodate the external gzip process that bowtie will run. To be safe, add another ppn in any case.

PBS Script Examples

See the Bowtie2_PBS page for bowtie2 PBS script examples.