Difference between revisions of "HPC:BLAST"
From HPC wiki
m (Asrini moved page HPC:BLAST+ to HPC:BLAST without leaving a redirect) |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
=== BLAST+ === | === BLAST+ === | ||
| − | NCBI's BLAST+ v2. | + | 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 | + | [asrini@node061 ~]$ module load ncbi-blast/2.14.0 |
[asrini@node061 ~]$ blastn -version | [asrini@node061 ~]$ blastn -version | ||
| − | blastn: 2. | + | blastn: 2.14.0+ |
| − | Package: blast 2. | + | 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: | + | *[[HPC:Archive System|PMACS Archive System]] |
| − | + | </div> | |
| − | |||
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
