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

Make the dumping more random

parent e487e1a7
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,8 @@ sub pipeline_analyses {
-logic_name => 'ScheduleSpecies',
-module => 'Bio::EnsEMBL::Pipeline::SpeciesFactory',
-parameters => {
species => $self->o('species')
species => $self->o('species'),
randomize => 1,
},
-input_ids => [ {} ],
-flow_into => {
......
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