Skip to content
Snippets Groups Projects
Commit 68339859 authored by Graham McVicker's avatar Graham McVicker
Browse files

fix: supporting evidence lost on genes transformed from slice coords to slice coords

parent 1854a99c
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ sub _transform_between_Slices {
%$new_exon = %$self;
#unset the new exons supporting features
$new_exon->{'_supporting_evidence'} = [];
delete $new_exon->{'_supporting_evidence'};
#calculate the exons position in the assembly
my ($exon_chr_start, $exon_chr_end, $exon_chr_strand);
......
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