Skip to content
Snippets Groups Projects
Commit 97fdd5d8 authored by William McLaren's avatar William McLaren
Browse files

fix for fetching regfeats

parent 6d731fa1
No related branches found
No related tags found
1 merge request!49fix for fetching regfeats
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
......@@ -428,9 +428,9 @@ sub _include_user_params {
# add adaptors
$vep_params{$_} = $c->stash->{$_} for qw(va vfa svfa tva csa sa ga), map {$_.'_adaptor'} @REG_FEAT_TYPES;
if (!$c->stash->{'RegulatoryFeature'}) { delete $vep_params{regulatory}; };
if (!$c->stash->{'RegulatoryFeature_adaptor'}) { delete $vep_params{regulatory}; };
# $c->log->debug("After ".Dumper \%vep_params);
# $c->log->debug("After ".Dumper \%vep_params);
return \%vep_params;
}
......
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