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 diane)

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 diane, 18 years ago

Priority: majorblocker

comment:2 by diane, 18 years ago

Description: modified (diff)

comment:3 by diane, 18 years ago

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.

comment:4 by diane, 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 diane, 18 years ago

Priority: blockercritical
Summary: The sequence level view draws too many linesBase pair match lines on the sequence view don't always connect all the sequences
Type: defecttask

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 diane, 18 years ago

Summary: Base pair match lines on the sequence view don't always connect all the sequencesDocument why Base pair match lines on the sequence view don't always connect all the sequences

comment:8 by diane, 18 years ago

Priority: criticaltrivial

comment:9 by diane, 18 years ago

Milestone: Few Small Repairsdocument_1.0

comment:10 by king, 18 years ago

Component: Qt Guiother

comment:11 by king, 18 years ago

Resolution: fixed
Status: newclosed

Done in change set [465].

Note: See TracTickets for help on using tickets.