diff --git a/modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm b/modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm index e8fd7780930a5ff67b583e07d25a81cbdb08a20f..1ccd7e5c556f49d00f005c527ae9af87fc3a107c 100755 --- a/modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm +++ b/modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm @@ -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.