Skip to content

Commit

Permalink
Merging postreleasefix/85 to release/85
Browse files Browse the repository at this point in the history
* postreleasefix/85:
  fix for minimal reps when two alts resolve to the same thing
  • Loading branch information
William McLaren committed Aug 3, 2016
2 parents f80fd2f + 42af78d commit 6ad2a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/Variation/Utils/VEP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ sub rejoin_variants {
$val->base_variation_feature($original);

# rename the key they're stored under
$original->{$type}->{$vf->{alt_allele}.'_'.$key} = $val;
$original->{$type}->{$vf->{allele_string}.'_'.$key} = $val;
}
}

Expand Down

0 comments on commit 6ad2a54

Please sign in to comment.