Software Template

From Research Computing Center Wiki
Revision as of 15:03, 31 January 2013 by Yhuang (talk | contribs)
Jump to navigation Jump to search

[[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)