Skip to content
Snippets Groups Projects
Commit 36674c07 authored by Daniel Rios's avatar Daniel Rios
Browse files

modified when returning sequence in negative strand

parent 8740c9f1
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@ sub seq {
if($self->adaptor()) {
my $seqAdaptor = $self->adaptor()->db()->get_SequenceAdaptor();
my $reference_sequence = $seqAdaptor->fetch_by_Slice_start_end_strand($self,1,undef,$self->strand); #get the reference sequence for that slice
my $reference_sequence = $seqAdaptor->fetch_by_Slice_start_end_strand($self,1,undef,1); #get the reference sequence for that slice
#apply all differences to the reference sequence
# sort edits in reverse order to remove complication of
......
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