tbigot / tpms

Tree Pattern Matching Suite
Other
1 stars 0 forks source link

tpms_query : miss multiple matches of a pattern in a same family #15

Closed flassalle closed 11 years ago

flassalle commented 11 years ago

we already discussed this bug, but this is to make a memo for it:

when tpms_query has to match a pattern that may occur several times in the same gene fmily tree, only one pattern is fetched in the output file, and only one is counted in result summary, so that the number of matching families and the number of found patterns is always the same.

tbigot commented 11 years ago

To me, it’s a bug, since query was designed to return as many patterns as they are present in the trees.

I’m already investigating, it shouldn’t be complicated.

tbigot commented 11 years ago

Fixed! Thanks. I suggest you have a look to the diff! :)

flassalle commented 11 years ago

that works! thanks to you.