Skip to content
Snippets Groups Projects
Commit abcb9cae authored by Syed Hossain's avatar Syed Hossain Committed by Natalie Willhoft
Browse files

Bugfix - use lower case in plugin name

parent b5e3b66c
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,7 @@ sub _configure_plugins {
push @params, $param;
}
# CADD - check if species is pig and provide appropriate file based on that
elsif(lc $module eq 'CADD' && $c->stash->{species} eq "sus_scrofa"){
elsif(lc $module eq 'cadd' && $c->stash->{species} eq "sus_scrofa"){
next unless $param =~ /^snv_pig=/;
my $param_aux = $param;
......
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