Skip to content
Snippets Groups Projects
Commit d93f0968 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Incorrect name method called in Bio::Seq compliant objects. Replaced with display_id.

parent 72c6062f
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ sub new {
else {
# must be a Bio::Seq , or we're doomed
return ">".$slice->name;
return ">".$slice->display_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