Skip to content
Snippets Groups Projects
Commit 6c553fce authored by Arne Stabenau's avatar Arne Stabenau
Browse files

seqname is now contig->name and broke tranform

parent 8c91ec57
No related branches found
No related tags found
No related merge requests found
......@@ -758,7 +758,7 @@ sub _transform_to_RawContig{
foreach my $mf(@mapped_features){
my $contig_id = $mf->seqname;
my $contig_id = $mf->contig->dbID;
if(!$rc_features{$contig_id}){
$rc_features{$contig_id} = [];
}
......
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