Skip to content
Snippets Groups Projects
Commit a676b36b authored by Andy Yates's avatar Andy Yates
Browse files

Missing xenopus from the execution order list

parent 78bd5c7a
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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