X-Git-Url: https://projects.mako.cc/source/redirect-tools/blobdiff_plain/6afdb261da3e6b7fe8d122614f052644556a3095..14977b34053a82232ac5aa1323e3ec894af627a0:/example/02-condor_invoke_script.sh diff --git a/example/02-condor_invoke_script.sh b/example/02-condor_invoke_script.sh index 6ff7644..8544132 100755 --- a/example/02-condor_invoke_script.sh +++ b/example/02-condor_invoke_script.sh @@ -3,5 +3,5 @@ DATA_DIR="/nfs/home/B/bhill/shared_space/barnstar" NUM_RUNS=$(find ${DATA_DIR}/wp-enwiki-redir -name '*tsv.bz2' |wc -l) -condor_submit_util -i redir-edits_to_spells.R -a '--no-restore --no-save --args $(Process)' -n ${NUM_RUNS} +condor_submit_util -i 02-generate_spells_cluster.R -a '--no-restore --no-save --args $(Process)' -n ${NUM_RUNS}