diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl index 92856dfe9882e96787125f7120e7f71d30130877..17d10c1960a7d2a107ff86017bc4bb1e8e1a568b 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.