Opened 19 years ago
Closed 19 years ago
#103 closed enhancement (fixed)
Motifs need a name field
| Reported by: | king | Owned by: | diane |
|---|---|---|---|
| Priority: | minor | Milestone: | Few Small Repairs |
| Component: | Qt Gui | Version: | |
| Keywords: | Cc: |
Description
Motifs should have a name field in addition to the actual motif. This is important when sharing motif annotations with other users so the know they name of the motif.
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
I changed the motif collection in the mussa analysis class from a string to a sequence so I could have a place to store & pass the annotation around. Unfortunately my color mapper as it assumes too much about the structure of the annot and motif structure.
comment:3 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
I think this works now. Motifs are sequences, and the name is set. What really needs to happen is that I need a colored sequence class and to ditch the annotation color mapper concept.

This is partially implemented in [269], however I need to update the code so the names are actually passed off to the motif annotation list (instead of just letting the name be the motif name).
and I bet the load/save doesn't work correctly.