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

forgot the registry file parameter

parent 30687037
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ sub default_options {
# inherit other stuff from the base class
%{ $self->SUPER::default_options() },
# 'registry' => '', # registry file still needed for all species
# 'fa_dir' => '', # locate where the current fa files to look for are
# 'base_path' => '', # where do you want your files
......@@ -77,6 +78,12 @@ sub pipeline_wide_parameters {
};
}
# override the default method, to force an automatic loading of the registry in all workers
sub beekeeper_extra_cmdline_options {
my $self = shift;
return "-reg_conf ".$self->o("registry");
}
sub resource_classes {
my $self = shift;
return {
......
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