beowulfey / pylinnaeo

Biology sequence manager, written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating names is inconsistent

beowulfey opened this issue · comments

commented

A Sequence item consists of a sequence record with an SID, Name, and "SName" which I added. The latter is supposed to be the visible text, whereas the SID should be static per sequence.

I need to make it so changing a sequence node updates that visible text, but never forgets its original ID! That way, the sequence remains unique.

commented

This is now fixed. The "Name" is not output when you format the SeqR for export, so I can use it as a local name.