Home | Trees | Indices | Help |
---|
|
Sandbox functions used in the job wrapper script on the worker node. The text of this module is sourced into the job wrapper script. It therefore may use ###TAGS### which are expanded in the wrapper script.
|
|||
|
|||
|
|||
|
|||
|
|
|||
INPUT_TARBALL_NAME =
|
|||
OUTPUT_TARBALL_NAME =
|
|||
PYTHON_DIR =
|
|||
__package__ = None hash(x) |
|
Get all sandbox_files from tarball and write them to the workdir. This function is called by wrapper script at the run time. Arguments: 'tarpath': a path to the tarball 'dest_dir': a destination directory |
Get all input sandbox_files from tarball and write them to the workdir. This function is called by wrapper script at the run time. Arguments: 'src_dir': a source directory with InputSandbox files. 'dest_dir': a destination directory |
Get all files matching output patterns except filtered with filter and write them to the destination directory. This function is called by wrapper script at the run time. Arguments: 'output_patterns': list of filenames or patterns. 'filter': function to filter files (return True to except) 'dest_dir': destination directory for output files |
Get all files matching output patterns except filtered with filter and put them to the Sandbox tarball in destination directory. This function is called by wrapper script at the run time. Arguments: 'output_patterns': list of filenames or patterns. 'filter': function to filter files (return True to except) 'dest_dir': destination directory for tarball |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:15 2012 | http://epydoc.sourceforge.net |