Opened 18 years ago
Closed 18 years ago
#199 closed defect (fixed)
After [451] I noticed that subanalyses didn't seem to have motif information
Reported by: | diane | Owned by: | diane |
---|---|---|---|
Priority: | major | Milestone: | release_1.0 |
Component: | Qt Gui | Version: | |
Keywords: | Cc: |
Description
Actually it was even worse in that it had an odd spurious motif added to the subanalysis.
Either there should be no motifs, or I should be able to copy the motifs over.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
[452] copies the motifs over to a subanalysis (after clearing) any spurious motifs lurking in the subsequence.
One of the big problems with this was that motif_scan was also looking at the full shared sequence string instead of the specific local region in the subsequence. But it seems to work now, and I have a unit test for this case too.
Note:
See TracTickets
for help on using tickets.
currently looks like find motif is looking at the full sequence instead of the subsequence.