[ENH] remove Upper case Restriction in Sequence Names
TimothyLuke opened this issue · 0 comments
🟢 How does GSE currently work
Sequence names must be unique. The restriction was added that sequence names needed to be upper case to work around case errors in /click. As KeyBinding is direct and has a drop down list, the sequence doesn’t need to be upper case as a rule anymore,
There is code that checks if the current name already exists so that will prevent collisions with other objects.