Difference between revisions of "Blast"
Moskalenko (talk | contribs) |
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: | + | |{{#vardefine:job|1}} <!--Enable PBS script wiki page link--> |
|{{#vardefine:policy|}} <!--Enable policy section --> | |{{#vardefine:policy|}} <!--Enable policy section --> | ||
|{{#vardefine:testing|1}} <!--Enable performance testing/profiling section --> | |{{#vardefine:testing|1}} <!--Enable performance testing/profiling section --> | ||
Line 35: | Line 35: | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}} | See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}} | ||
− | {{#if: {{#var: | + | {{#if: {{#var: job}}|==Job Script Examples== |
− | See the [[{{PAGENAME}} | + | See the [[{{PAGENAME}}_Job_Scripts]] page for {{#var: app}} Job script examples.|}} |
{{#if: {{#var: policy}}|==Usage Policy== | {{#if: {{#var: policy}}|==Usage Policy== | ||
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} | WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}} |
Revision as of 14:44, 31 August 2017
Description
The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families. See Blast Program Selection Guide and the main blast website for more details.
Required Modules
Serial
- ncbi_blast
System Variables
- HPC_{{#uppercase:blast}}_DIR - installation directory
- BLASTDB - location of the blast databases.
Additional Information
We provide both NCBI BLAST+ and legacy blast binaries through the same modules.
BLAST databases
Follow the link to see the Information on the UFRC provided BLAST databases.
Job Script Examples
See the Blast_Job_Scripts page for blast Job script examples.
Performance
Performance comparison for the NCBI distributed binary 'blastn' vs binaries built by us from source using Intel's 2013 compiler or Open64 compiler. The open64 build behaves as a single-threaded build. The test data is a set of 2011229 nucleotide sequences used for the database and its subset of 1000 sequences is used as a query file.