infphilo / hisat

Fast spliced aligner with low memory requirements

Home Page:http://www.ccb.jhu.edu/software/hisat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hisat

HISAT is a fast and sensitive spliced alignment program for mapping RNA-seq reads. In addition to one global FM index that represents a whole genome, HISAT uses a large set of small FM indexes that collectively cover the whole genome (each index represents a genomic region of ~64,000 bp and ~48,000 indexes are needed to cover the human genome). These small indexes (called local indexes) combined with several alignment strategies enable effective alignment of RNA-seq reads, in particular, reads spanning multiple exons. The memory footprint of HISAT is relatively low (~4.3GB for the human genome). I have developed HISAT based on the Bowtie2 implementation to handle most of the operations on the FM index.

About

Fast spliced aligner with low memory requirements

http://www.ccb.jhu.edu/software/hisat

License:GNU General Public License v3.0


Languages

Language:C++ 67.1%Language:C 22.9%Language:Perl 8.9%Language:Shell 0.6%Language:Python 0.3%Language:Makefile 0.2%