Skip to content
Snippets Groups Projects
Commit f753effa authored by Michele Clamp's avatar Michele Clamp
Browse files

Changed virtual contig to use the new ContigOverlap object.

parent ee15958d
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ sub seq_date{
Usage : $overlap_object = $contig->get_left_overlap();
Function: Returns the overlap object of contig to the left.
This could be undef, indicating no overlap
Returns : A Bio::EnsEMBL::ContigOverlap object
Returns : A Bio::EnsEMBL::ContigOverlapHelper object
Args : None
=cut
......@@ -111,7 +111,7 @@ sub get_left_overlap{
Usage : $overlap_object = $contig->get_right_overlap();
Function: Returns the overlap object of contig to the left.
This could be undef, indicating no overlap
Returns : A Bio::EnsEMBL::ContigOverlap object
Returns : A Bio::EnsEMBL::ContigOverlapHelper object
Args : None
=cut
......
This diff is collapsed.
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