Blat v35: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with "'''B'''asic '''L'''ocal '''A'''lignment '''S'''earch '''T'''ool, or '''[http://en.wikipedia.org/wiki/BLAST BLAST]''', is an algorithm for comparing primary biological sequence...")
 
No edit summary
Line 1: Line 1:
'''B'''asic '''L'''ocal '''A'''lignment '''S'''earch '''T'''ool, or '''[http://en.wikipedia.org/wiki/BLAST BLAST]''', is an algorithm for comparing primary biological sequence information, such as the amino-acid sequences of different proteins or the nucleotides of DNA sequences. A BLAST search enables a researcher to compare a query sequence with a library or database of sequences, and identify library sequences that resemble the query sequence above a certain threshold. Different types of BLASTs are available according to the query sequences. For example, following the discovery of a previously unknown gene in the mouse, a scientist will typically perform a BLAST search of the human genome to see if humans carry a similar gene; BLAST will identify sequences in the human genome that resemble the mouse gene based on similarity of sequence.
'''[[http://en.wikipedia.org/wiki/BLAT_(bioinformatics) | BLAT]]''' (BLAST-like alignment tool) is a pairwise sequence alignment algorithm that was developed by Jim Kent at the University of California Santa Cruz (UCSC) in the early 2000s to assist in the assembly and annotation of the Human Genome.


== Module file ==
== Module file ==

Revision as of 22:55, 20 December 2013

[| BLAT] (BLAST-like alignment tool) is a pairwise sequence alignment algorithm that was developed by Jim Kent at the University of California Santa Cruz (UCSC) in the early 2000s to assist in the assembly and annotation of the Human Genome.

Module file

The module file can be found in this location:

 /cm/shared/apps/WUR/ABGC/modulefiles

<source lang='tcl'>

  1. %Module1.0#######################################################################
    1. blat suite (v35) plus tools (2013-20-12 download) modulefile

proc ModulesHelp { } {

       puts stderr "\tAdds the entire blat suite (v35) including blat tools (2013-20-12 download) to your environment"

}

module-whatis "Adds the entire blat suite (v35) including blat tools (2013-20-12 download) to your environment"

set blat_root /cm/shared/apps/WUR/ABGC/blat/blat-v35/blat set blat_tools_root /cm/shared/apps/WUR/ABGC/blat/blat-v35 prepend-path PATH $blat_tools_root prepend-path PATH $blat_root

</source>

See also

External links