Difference between revisions of "Bowtie2"
Moskalenko (talk | contribs) (Created page with "__NOTOC____NOEDITSECTION__ Category:SoftwareCategory:BioinformaticsCategory:NGS {| <!--Main settings - REQUIRED--> |{{#vardefine:app|bowtie2}} |{{#vardefine:url|ht...") |
Moskalenko (talk | contribs) |
||
Line 7: | Line 7: | ||
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software --> | |{{#vardefine:exe|1}} <!--Present manual instructions for running the software --> | ||
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | |{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF--> | ||
− | |{{#vardefine:pbs| | + | |{{#vardefine:pbs|}} <!--Enable PBS script wiki page link--> |
|{{#vardefine:policy|}} <!--Enable policy section --> | |{{#vardefine:policy|}} <!--Enable policy section --> | ||
|{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> | |{{#vardefine:testing|}} <!--Enable performance testing/profiling section --> |
Revision as of 13:22, 30 May 2014
Description
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
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.