Skip to content
Snippets Groups Projects
Commit cd2723ef authored by Leo Gordon's avatar Leo Gordon
Browse files

make Dummy flexible wrt parameters (it should be ignoring them altogether)

parent 192f4078
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ package Bio::EnsEMBL::Hive::RunnableDB::Dummy;
use strict;
use base ('Bio::EnsEMBL::Hive::Process');
sub strict_hash_format { # allow this Runnable to parse parameters in its own way (don't complain)
return 0;
}
=head2 fetch_input
Description : Implements fetch_input() interface method of Bio::EnsEMBL::Hive::Process that is used to read in parameters and load data.
......
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