Software Template: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<pre> ===Category=== ===Program On=== ===Version=== ===Author/Distributor=== ===Description=== ===Running Program=== ===Documentation=== ===Installation=== ===Systems=== </pre>") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Zcluster]][[Category:Software]][[Category:Bioinformatics]] | |||
===Category=== | == NCBI Blast == | ||
===Program | |||
===Version=== | === Category: Bioinformatics === | ||
===Author/Distributor=== | |||
===Description=== | === Program on === | ||
===Running Program=== | |||
= | zcluster | ||
= | |||
=== Version === | |||
2.2.26 | |||
=== Author / Distributor === | |||
[http://www.ncbi.nlm.nih.gov NCBI] | |||
=== Description === | |||
BLAST (Basic Local Alignment Search Tool), more details at [http://www.ncbi.nlm.nih.gov NCBI] | |||
=== Running Program === | |||
Also refer to [[submit jobs to queues]] | |||
Latest version /usr/local/ncbiblast/latest/ is pointed to /usr/local/ncbiblast/2.26 | |||
Example of a shell script blast.sh to run on at the batch queue: | |||
<pre class="gscript"> | |||
#!/bin/bash | |||
cd working_directory | |||
time /usr/local/ncbiblast/latest/bin/blastall -p blastn -d /db/ncbiblast/latest/nt -i QUERY -o out.QUERY | |||
</pre> | |||
<pre class="gcommand"> | |||
qsub -q queuename ./blast.sh | |||
</pre> | </pre> | ||
=== Documentation === | |||
[[NCBI]] website. | |||
=== Installation === | |||
Executable binary code downloaded from [[NCBI Blast]] | |||
=== System(s) === | |||
Unix |
Revision as of 12:57, 31 January 2013
NCBI Blast
Category: Bioinformatics
Program on
zcluster
Version
2.2.26
Author / Distributor
Description
BLAST (Basic Local Alignment Search Tool), more details at NCBI
Running Program
Also refer to submit jobs to queues
Latest version /usr/local/ncbiblast/latest/ is pointed to /usr/local/ncbiblast/2.26
Example of a shell script blast.sh to run on at the batch queue:
#!/bin/bash cd working_directory time /usr/local/ncbiblast/latest/bin/blastall -p blastn -d /db/ncbiblast/latest/nt -i QUERY -o out.QUERY
qsub -q queuename ./blast.sh
Documentation
NCBI website.
Installation
Executable binary code downloaded from NCBI Blast
System(s)
Unix