From 20230ef724540b2e9514fb6aadf5c3e53d053dd6 Mon Sep 17 00:00:00 2001 From: Lukas Mueller Date: Fri, 1 Nov 2019 16:01:31 -0400 Subject: [PATCH] adapt BLAST for remote slurm. --- lib/SGN/Controller/AJAX/Blast.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SGN/Controller/AJAX/Blast.pm b/lib/SGN/Controller/AJAX/Blast.pm index 2d020a56c..f6f78a1d9 100644 --- a/lib/SGN/Controller/AJAX/Blast.pm +++ b/lib/SGN/Controller/AJAX/Blast.pm @@ -267,6 +267,7 @@ sub run : Path('/tools/blast/run') Args(0) { eval { my $config = { backend => $c->config->{backend}, + submit_host => $c->config->{cluster_host}, temp_base => $blast_tmp_output, queue => $c->config->{'web_cluster_queue'}, do_cleanup => 0, -- 2.11.4.GIT