Opened 18 years ago
Closed 18 years ago
#137 closed task (fixed)
Document why Base pair match lines on the sequence view don't always connect all the sequences
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | trivial | Milestone: | document_1.0 |
Component: | other | Version: | |
Keywords: | Cc: |
Description (last modified by )
in cases where there's a match between the first and second sequence but not the third, it will draw a line from the first to second even though there's no match to the third.
this is wrong, lines need to go all the way through only when there's a base pair match all the way through.
Change History (11)
comment:1 by , 18 years ago
Priority: | major → blocker |
---|
comment:2 by , 18 years ago
Description: | modified (diff) |
---|
comment:3 by , 18 years ago
comment:4 by , 18 years ago
Hmm... it might be that the base pair it was connecting to was way accross the screen?
I just saw one data file where some of the "aligned base pairs" were a long way away from most of the alignment. on my system ~/proj/mussa_analyses/myogenin/HuChMoXeZe/myog_w30_t21 seems to illustrate the problem.
comment:5 by , 18 years ago
Priority: | blocker → critical |
---|---|
Summary: | The sequence level view draws too many lines → Base pair match lines on the sequence view don't always connect all the sequences |
Type: | defect → task |
Ok I have a guess at what the actual problem is now, and I think mussa is acting correctly.
You can get the illusion of a base pair match that stops in a multi-way comparison when there's an overlapping set of windows and one of the windows that is being matched to is far off the screen. The lines leading far off the screen all blend together and it just looks like everything stops.
Thus this is now a documentation problem as mussa appears to be correct, its just really confusing.
comment:6 by , 18 years ago
Summary: | Base pair match lines on the sequence view don't always connect all the sequences → Document why Base pair match lines on the sequence view don't always connect all the sequences |
---|
comment:8 by , 18 years ago
Priority: | critical → trivial |
---|
comment:9 by , 18 years ago
Milestone: | Few Small Repairs → document_1.0 |
---|
comment:10 by , 18 years ago
Component: | Qt Gui → other |
---|
Ok I wasn't able to duplicate the only 1 line segement error but I did notice that the lines connecting sequences are off. Currently it looks like all of the lines are being drawn about 1 unit further right than the tracks.
As for what this bug was originally about [409] seems to suggest that at least at the low level alg module it appears to work.