From 169770ef0a974fd05acfe4415bfdd6ab5bbffd03 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Thu, 10 Oct 2019 12:08:43 -0400 Subject: [PATCH] fix --- downloads-generation/models_class1_pan_variants/GENERATE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads-generation/models_class1_pan_variants/GENERATE.sh b/downloads-generation/models_class1_pan_variants/GENERATE.sh index 094c72a2..bda713e2 100755 --- a/downloads-generation/models_class1_pan_variants/GENERATE.sh +++ b/downloads-generation/models_class1_pan_variants/GENERATE.sh @@ -29,7 +29,7 @@ then echo "Num jobs: $NUM_JOBS" PARALLELISM_ARGS+=" --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1" else - PARALLELISM_ARGS+=" --cluster-parallelism --cluster-max-retries 3 --cluster-submit-command bsub --cluster-results-workdir $HOME/mhcflurry-scratch $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.gpu.lsf" + PARALLELISM_ARGS+=" --cluster-parallelism --cluster-max-retries 3 --cluster-submit-command bsub --cluster-results-workdir $HOME/mhcflurry-scratch --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.gpu.lsf" fi mkdir -p "$SCRATCH_DIR" -- GitLab