Software Template: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Zcluster]][[Category:Software]][[Category:Bioinformatics]]   
[[Category:Zcluster]][[Category:Software]][[Category:]]   
=== Category: Bioinformatics ===
=== Category: ===
   
   
=== Program on ===
=== Program on ===
zcluster


=== Version ===
=== Version ===
2.2.26
   
   
=== Author / Distributor ===
=== Author / Distributor ===
[http://www.ncbi.nlm.nih.gov NCBI]
   
   
=== Description ===
=== Description ===
BLAST (Basic Local Alignment Search Tool), more details at [http://www.ncbi.nlm.nih.gov NCBI]


=== Running Program ===
=== Running Program ===
Line 22: Line 14:
Also refer to [[Running Jobs on zcluster]]
Also refer to [[Running Jobs on zcluster]]
   
   
Latest version /usr/local/ncbiblast/latest/ is pointed to /usr/local/ncbiblast/2.26
Latest version ... is pointed to ...


Example of a shell script blast.sh to run on at the batch queue:
Example of a shell script blast.sh to run on at the batch queue:
Line 29: Line 21:
  #!/bin/bash
  #!/bin/bash
  cd working_directory
  cd working_directory
  time /usr/local/ncbiblast/latest/bin/blastall -p blastn -d /db/ncbiblast/latest/nt -i QUERY -o out.QUERY
  time  
</pre>  
</pre>  
<pre  class="gcommand">
<pre  class="gcommand">
  qsub -q queuename  ./blast.sh  
  qsub -q queuename  ./sub.sh  
</pre>
<pre  class="gcomment">
sample of comments
</pre>
</pre>
=== Documentation ===
=== Documentation ===
[[NCBI]] website.
=== Installation ===
=== Installation ===
Executable binary code downloaded from [[NCBI Blast]]
=== System(s) ===
=== System(s) ===
Unix

Revision as of 15:03, 31 January 2013

[[Category:]]

Category:

Program on

Version

Author / Distributor

Description

Running Program

Also refer to Running Jobs on zcluster

Latest version ... is pointed to ...

Example of a shell script blast.sh to run on at the batch queue:

 #!/bin/bash
 cd working_directory
 time 
 qsub -q queuename   ./sub.sh 

Documentation

Installation

System(s)