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

removed print statement

parent 5f664053
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,6 @@ 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,1); #get the reference sequence for that slice
print "reference ", substr($$reference_sequence,0,5),"\n";
#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