Software Template: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


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:
<pre class="gscript">
#!/bin/bash
cd working_directory
time
</pre>
<pre  class="gcommand">
qsub -q queuename  ./sub.sh
</pre>


=== Documentation ===
=== Documentation ===

Revision as of 15:24, 31 January 2013

[[Category:Zcluster]][[Category:Software]][[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:

=== Documentation ===
=== Installation ===
=== System(s) ===