Changes between Version 8 and Version 9 of MolgenisProcessing


Ignore:
Timestamp:
2010-10-16T17:01:35+02:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MolgenisProcessing

    v8 v9  
    4141  * Each script checks if the output is already there (otherwise it can be skipped)
    4242  * Each script checks if it has produced its output (otherwise return error)
    43   * N.B. check file existence using {{{if ! test -h FILE return -1}}}
     43  * N.B. check file existence with error status return {{{test -h FILE || return 1}}}