hajicj / rhythmify_frontend

0 stars 1 forks source link

Data object for alignments #11

Closed hajicj closed 2 years ago

hajicj commented 2 years ago

Currently, alignment data is held in the AlignedComponent.aligned instance variable. However, this precludes working with multiple alignments at the same time, and makes it difficult to pass alignment data around.

Since an aligned set of sequences is the key data object in the app, I think it should be implemented as a class.

This is related to #9.

hajicj commented 2 years ago

5 Also depends on this -- the Alignment data object should be passed to the presumed NetworkGraph object.

hajicj commented 2 years ago

This will require more data structures:

hajicj commented 2 years ago

Closing for now. Separate issues for functionality requests (merging alignments of the same length, computing alignment length, etc.)