Skip to content

Commit

Permalink
Merge 754cca9 into 2efa0d6
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-lgil committed Sep 27, 2018
2 parents 2efa0d6 + 754cca9 commit f88aa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/VEP/AnnotationSource/File.pm
Expand Up @@ -289,7 +289,7 @@ sub annotate_InputBuffer {
$parser->next();
}

while($parser->{record} && $parser->get_start <= $vf_end + 1) {
while($parser->{record} && $parser->get_seqname eq $self->get_source_chr_name($chr) && $parser->get_start <= $vf_end + 1) {
$self->annotate_VariationFeature($vf);
$parser->next();
}
Expand Down

0 comments on commit f88aa15

Please sign in to comment.