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

modified debug method to give more information

parent da3d0f25
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ sub print_coords {
foreach my $c (@$cs) {
if($c->isa('Bio::EnsEMBL::Mapper::Gap')) {
info(" GAP");
info(" GAP ". $c->length());
} else {
info(" ". $c->start. '-'. $c->end. ' ('.$c->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