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

Changed how VirtualContig builds contig maps

parent 8a72bb86
No related branches found
No related tags found
No related merge requests found
......@@ -784,7 +784,6 @@ sub _build_clone_map {
#print STDERR "Making clone map\n";
foreach my $contig ( $clone->get_all_Contigs ) {
print(STDERR "Contig is " . ref($contig) . "\n");
$self->{'start'} ->{$contig->id} = $contig->embl_offset;
$self->{'startincontig'}->{$contig->id} = 1;
$self->{'contigori'} ->{$contig->id} = 1;
......
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