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

seqname is now contig->name and broke tranform

parent 6c553fce
No related branches found
No related tags found
No related merge requests found
......@@ -917,7 +917,6 @@ sub _transform_feature_to_RawContig{
$new_feature->start($mapped[$i]->start);
$new_feature->end($mapped[$i]->end);
$new_feature->strand($mapped[$i]->strand);
$new_feature->seqname($mapped[$i]->id);
$new_feature->score($feature->score);
$new_feature->percent_id($feature->percent_id);
$new_feature->p_value($feature->p_value);
......@@ -948,7 +947,6 @@ sub _transform_feature_to_RawContig{
$new_feature->start($mapped[0]->start);
$new_feature->end($mapped[0]->end);
$new_feature->strand($mapped[0]->strand);
$new_feature->seqname($mapped[0]->id);
$new_feature->score($feature->score);
$new_feature->percent_id($feature->percent_id);
$new_feature->p_value($feature->p_value);
......
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