You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR MSF of Cyanophora_paradoxa_CPAR027107_Apc11 should have length 90, actual length is 203
Debugging what's going on, the treeGrafter.pl script appears to be parsing the hmmscan output for the top hit to PTHR11210 incorrectly and this causes the reconstruction of the query sequence alignment in TreeGrafter to not match the alignment length of the PTHR11210 family PIR file:
Specifically, the script recognizes that this hit has two domains and uses that count in iterating through start/end alignment values. Unfortunately, a regex for /!/ used in parsing out those start/end values causes the first domain ? to be skipped and the wrong values are used. We'll need to debug further to figure out how to line these parts all up together correctly.
The text was updated successfully, but these errors were encountered:
Attempting to graft this sequence:
...onto the PANTHER 15.0 library, TreeGrafter outputs this error:
Debugging what's going on, the treeGrafter.pl script appears to be parsing the hmmscan output for the top hit to PTHR11210 incorrectly and this causes the reconstruction of the query sequence alignment in TreeGrafter to not match the alignment length of the PTHR11210 family PIR file:
Specifically, the script recognizes that this hit has two domains and uses that count in iterating through start/end alignment values. Unfortunately, a regex for
/!/
used in parsing out those start/end values causes the first domain?
to be skipped and the wrong values are used. We'll need to debug further to figure out how to line these parts all up together correctly.The text was updated successfully, but these errors were encountered: