Skip to content
Snippets Groups Projects
Commit cd217e6c authored by Dan T Andrews's avatar Dan T Andrews
Browse files

In _bases_to_trim, initialised number of bases to trim.

parent 2a541cb4
No related branches found
No related tags found
No related merge requests found
......@@ -470,8 +470,8 @@ sub _bases_to_trim {
my @overlap_coords;
my $slice_length = $slice->length;
my $right_trim;
my $left_trim;
my $right_trim = 0;
my $left_trim = 0;
foreach my $exon (@{$slice->get_all_Exons}){
next if $exon->stable_id eq $self->_first_coding_Exon->stable_id;
......
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