Difference between revisions of "BLAST"

From HPC users
Jump to navigationJump to search
Line 7: Line 7:
The currently installed version is 2.2.26 and version 2.6.0.
The currently installed version is 2.2.26 and version 2.6.0.


== Using BEDtools with the HPC Cluster ==
== Using BLAST with the HPC Cluster ==


If you want to find out more about BEDtools on the HPC Cluster, you can use the command
If you want to find out more about BLAST on the HPC Cluster, you can use the command


  module spider bedtools
  module spider blast


This will show you basic informations e.g. a short description and the currently installed version.
This will show you basic informations e.g. a short description and the currently installed version.


To load the module, use the command
To load the desired module, use the command, e.g.


  module load BEDTools
  module load BLAST/2.6.0-Linux_x86_64


Always remember: this command is case sensitive!
Always remember: this command is case sensitive!
After loading the module, you can use the program with
bedtools <subcommand> [options]


== Documentation ==
== Documentation ==


The full documentation can be found [http://blast.ncbi.nlm.nih.gov/ here].
The full documentation can be found [http://blast.ncbi.nlm.nih.gov/ here].

Revision as of 09:57, 17 January 2017

Introduction

In bioinformatics, BLAST (Basic Local Alignment Search Tool) is an algorithm for comparing primary biological sequence information, such as the amino-acid sequences of 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.

Installed version

The currently installed version is 2.2.26 and version 2.6.0.

Using BLAST with the HPC Cluster

If you want to find out more about BLAST on the HPC Cluster, you can use the command

module spider blast

This will show you basic informations e.g. a short description and the currently installed version.

To load the desired module, use the command, e.g.

module load BLAST/2.6.0-Linux_x86_64 

Always remember: this command is case sensitive!

Documentation

The full documentation can be found here.