From a676b36bee87220105e15c034709c82eb95ff2d4 Mon Sep 17 00:00:00 2001
From: Andrew Yates <ayates@ebi.ac.uk>
Date: Thu, 21 Jun 2012 14:33:05 +0000
Subject: [PATCH] Missing xenopus from the execution order list

---
 misc-scripts/xref_projection/submit_projections.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl
index 92856dfe98..17d10c1960 100644
--- a/misc-scripts/xref_projection/submit_projections.pl
+++ b/misc-scripts/xref_projection/submit_projections.pl
@@ -232,7 +232,7 @@ $go_terms{'zebrafish'} = [qw(
 $go_terms{'xenopus'} = [qw(zebrafish)];
 
 # order to run projections in, just in case they are order-sensitive.
-my @execution_order = ( 'human', 'mouse', 'rat', 'zebrafish');
+my @execution_order = qw/human mouse rat zebrafish xenopus/;
 # except of course order is irrelevant to the job queue. Consider provisional for when
 # someone desires jobs that wait for others to finish.
 
-- 
GitLab