mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
0694735737
PR: ports/93060 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
15 lines
726 B
Plaintext
15 lines
726 B
Plaintext
BLAT is a bioinformatics software tool which performs rapid mRNA/DNA
|
|
and cross-species protein alignments. BLAT is more accurate and 500
|
|
times faster than popular existing tools for mRNA/DNA alignments and 50
|
|
times faster for protein alignments at sensitivity settings typically
|
|
used when comparing vertebrate sequences. (Source: Kent, W.J. 2002. BLAT
|
|
-- The BLAST-Like Alignment Tool. Genome Research 4: 656-664.
|
|
http://dx.doi.org/10.1101/gr.229202)
|
|
|
|
BLAT is not BLAST. DNA BLAT works by keeping an index of the entire
|
|
genome (but not the genome itself) in memory. Since the index takes up a
|
|
bit less than a gigabyte of RAM, BLAT can deliver high performance on a
|
|
reasonably priced Linux box.
|
|
|
|
WWW: http://www.genomeblat.com
|