2006-05-15 00:27:15 +00:00
|
|
|
# example of how to create a workunit
|
|
|
|
|
|
|
|
# copy the input file from a known place into the download hierarchy
|
|
|
|
#
|
|
|
|
cp download/input `bin/dir_hier_path input`
|
|
|
|
|
|
|
|
# Run create_work to create the WU.
|
|
|
|
# The WU name ("wu_nodelete") includes the string "nodelete".
|
|
|
|
# This causes the file deleter to not delete its input files,
|
|
|
|
# so that we can use make_work.
|
|
|
|
#
|
2010-11-10 00:10:32 +00:00
|
|
|
bin/create_work --appname example_app --wu_name wu_nodelete --wu_template templates/example_app_in.xml --result_template templates/example_app_out.xml input
|