Skip to content
Snippets Groups Projects
Commit 11d37cde authored by Nathan Johnson's avatar Nathan Johnson
Browse files

added -e file to bsub

parent 68ded492
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ my @ranges = ('^[a-b]','^c','^d','^e','^f','^[g-h]','^[i-l]','^m[a-i]','^m[j-z]'
my $core_db = ".*core_$release\_.*";
my $call;
foreach my $pattern (@ranges){
$call = "bsub -o '" . "$path/output_translation_$pattern.txt" . "' -q $queue -R$memory ./translation_attribs.pl --user $user --pass $pass $options";
$call = "bsub -o ${path}/output_translation_${pattern}.txt -e ${path}/output_translation_${pattern}.err -q $queue -R$memory ./translation_attribs.pl --user $user --pass $pass $options";
$call .= " --pattern '" . $pattern . $core_db. "'";
system($call);
......
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