Difference between revisions of "HPC:BLAST"

From HPC wiki
(Created page with "=== BLAST+ ==== NCBI's BLAST+ v2.2.0 is installed across all HPC nodes. ==== Usage ==== BLAST+ can be loaded as a module: <pre> [asrini@node061 ~]$ module load ncbi-blast-2...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== BLAST+ ====
+
=== BLAST+ ===
NCBI's BLAST+ v2.2.0 is installed across all HPC nodes.
+
NCBI's BLAST+ v2.14.0 is installed across all HPC nodes, as a new module.
  
 
==== Usage ====
 
==== Usage ====
Line 6: Line 6:
  
 
<pre>
 
<pre>
[asrini@node061 ~]$ module load ncbi-blast-2.2.0
+
[asrini@node061 ~]$ module load ncbi-blast/2.14.0
  
 
[asrini@node061 ~]$ blastn -version
 
[asrini@node061 ~]$ blastn -version
blastn: 2.2.29+
+
blastn: 2.14.0+
Package: blast 2.2.29, build Dec 10 2013 14:41:40
+
Package: blast 2.14.0, build Apr  5 2023 12:25:48
 +
 
 
</pre>
 
</pre>
  
 
=== Other Pages ===
 
=== Other Pages ===
 +
----
 +
<div class="mw-collapsible mw-collapsed">
 +
*[[HPC:FAQ|HPC FAQ ]]
 +
*[[HPC:Login|Connecting to the PMACS cluster]]
 +
*[[HPC:User_Guide|User Guide]]
 
*[[HPC:Software|Available Software]]
 
*[[HPC:Software|Available Software]]
*[[HPC:User_Guide|User Guide]]
+
*[[HPC:Archive System|PMACS Archive System]]
*[[HPC:Main_Page|HPC Main Page]]
+
</div>
*[[HPC:Login|Connecting to the PMACS cluster]]
 

Latest revision as of 15:20, 7 June 2023

BLAST+

NCBI's BLAST+ v2.14.0 is installed across all HPC nodes, as a new module.

Usage

BLAST+ can be loaded as a module:

[asrini@node061 ~]$ module load ncbi-blast/2.14.0

[asrini@node061 ~]$ blastn -version
blastn: 2.14.0+
 Package: blast 2.14.0, build Apr  5 2023 12:25:48

Other Pages