Skip to content
Snippets Groups Projects
Commit 5c0c74a4 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Run GO projections on long queue.

parent 47640a3c
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ foreach my $pair (@go_terms) {
$e = "$dir/go_${from}_$to.err";
$n = substr("g_${from}_$to", 0, 10);
print "Submitting GO term projection from $from to $to\n";
system "bsub $bsub_opts -o $o -e $e -J $n perl project_display_xrefs.pl $script_opts -from $from -to $to -go_terms -delete_go_terms";
system "bsub $bsub_opts -q long -o $o -e $e -J $n perl project_display_xrefs.pl $script_opts -from $from -to $to -go_terms -delete_go_terms";
}
# ----------------------------------------
......
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