Changes between Initial Version and Version 1 of ComputeStartExample6


Ignore:
Timestamp:
2010-11-11T10:07:49+01:00 (14 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeStartExample6

    v1 v1  
     1= Script Example =
     2
     3The scripts for analysis operations are generated from templates ([http://www.molgenis.org/svn/sandbox/molgenis_processing/3.3.galaxy/ScriptbasedComputePlatform/templates/imputation/template-step0-2 Template Example]).
     4Every script for execution on a cluster consists of a header and body. Besides other parameters, a cluster header contains information about the maximum operation execution time. Execution will be stopped, if it exceeds the maximum time :
     5 
     6{{{
     7# execution time = 5 hours
     8#PBS -l walltime=05:00:00
     9}}}