Skip to content
Snippets Groups Projects
Commit 5e2ba19e authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Merge back revision 1.15 which got lost in last commit.

parent 825b182f
No related branches found
No related tags found
No related merge requests found
......@@ -228,14 +228,16 @@ sub build_cache_by_seq_region {
my $cmd = qq{./dump_by_seq_region.pl $options --index \$LSB_JOBINDEX};
my $pipe = qq{|bsub -J$lsf_name\[1-$num_jobs\]\%$concurrent } .
qq{-o $logpath/dump_by_seq_region.$dbtype.\%I.out } .
qq{-e $logpath/dump_by_seq_region.$dbtype.\%I.err } .
$conf->param('lsf_opt_dump_cache');
my $pipe =
qq{|bsub -J '$lsf_name\[1-$num_jobs\]\%$concurrent' }
. qq{-o $logpath/dump_by_seq_region.$dbtype.\%I.out }
. qq{-e $logpath/dump_by_seq_region.$dbtype.\%I.err }
. $conf->param('lsf_opt_dump_cache');
# run lsf job array
$logger->info("\nSubmitting $num_jobs jobs to lsf.\n");
$logger->debug("$cmd\n\n");
$logger->debug("$pipe\n\n");
local *BSUB;
open BSUB, $pipe or
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment