Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
cd2723ef
Commit
cd2723ef
authored
Sep 14, 2010
by
Leo Gordon
Browse files
make Dummy flexible wrt parameters (it should be ignoring them altogether)
parent
192f4078
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm
modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm
+4
-0
No files found.
modules/Bio/EnsEMBL/Hive/RunnableDB/Dummy.pm
View file @
cd2723ef
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment