From 51d612c15ac723cb2678232482d4eed7c46ca1fc Mon Sep 17 00:00:00 2001 From: Timothy ODonnell <odonnt02@li03c03.chimera.hpc.mssm.edu> Date: Wed, 2 Oct 2019 21:15:31 -0400 Subject: [PATCH] fix --- .../data_mass_spec_benchmark/GENERATE.WITH_HPC_CLUSTER.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads-generation/data_mass_spec_benchmark/GENERATE.WITH_HPC_CLUSTER.sh b/downloads-generation/data_mass_spec_benchmark/GENERATE.WITH_HPC_CLUSTER.sh index e57f2354..4a7e849d 100755 --- a/downloads-generation/data_mass_spec_benchmark/GENERATE.WITH_HPC_CLUSTER.sh +++ b/downloads-generation/data_mass_spec_benchmark/GENERATE.WITH_HPC_CLUSTER.sh @@ -72,7 +72,7 @@ python run_thirdparty_predictors.py \ --cluster-max-retries 15 \ --cluster-submit-command bsub \ --cluster-results-workdir ~/mhcflurry-scratch \ - --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.lsf + --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.nogpu.lsf # Now all peptides python write_proteome_peptides.py \ -- GitLab