Changes between Version 3 and Version 4 of DRM4G/JobDescription
- Timestamp:
- Apr 10, 2017 1:56:47 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/JobDescription
v3 v4 29 29 === Examples === 30 30 31 How to define a template to execute a Python script: 32 33 How to define a template to execute an R script: 31 * How to define a template to execute an R script: 34 32 {{{ 35 33 NAME = My_R_script … … 38 36 STDERR_FILE = stderr_file.${JOB_ID} 39 37 INPUT_FILES = example.r 38 OUTPUT_FILES = output.data 40 39 }}} 41 40 42 How to define a template to execute a Python script:41 * How to define a template to execute a Python script: 43 42 {{{ 44 43 NAME = My_Python_script … … 48 47 INPUT_FILES = example.py 49 48 }}} 50 51 49 {{{ 52 50 NAME = My_Python_script