Changes between Version 68 and Version 69 of WrapperApp
- Timestamp:
- Nov 20, 2012, 10:43:14 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WrapperApp
v68 v69 94 94 The wrapper can optionally unzip input files: 95 95 96 '''unzip_input''':: the wrapper will unzip the specified input files prior to running tasks.96 '''unzip_input''':: before running tasks, the wrapper will unzip the specified input files. 97 97 98 98 The wrapper can optionally zip output files: 99 '''zip_output''': after all tasks are completed, the wrapper will zip output files (specified by one or more regular expressions) into a zip file with the given name.99 '''zip_output''':: after all tasks are completed, the wrapper will zip output files (specified by one or more regular expressions) into a zip file with the given name. 100 100 101 101 Notes: