UIUCSinhaLab/GEMSTAT

Make Sequence objects know their own names, eliminate seqNames arrays anywhere they are used.

Opened this issue · 1 comments

There is no reason for the Sequence objects to be so bare-bones.
Make the Sequence objects also know their own name and appropriate accessibility to that.

Eliminate everywhere that a separate seqNames array/vector is used.

Done in 716e75f

Apply those changes to the "bryanInd" branch.