Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
Tree import & Node specification ? (Read 2167 times)
Jamie
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 7
Tree import & Node specification ?
Mar 18th, 2011 at 10:32am
 
Sergei,

I am trying to run SubtreeSelectionComparison.bf and specify an internal node as the 'subtree'.  I've run into a behavior in HYPHY that I can't understand or work-around.  Consider the following tree:

( ib,  ((((ch,dm),(sr,hw)),ht),er) , ((bu,((me,(hl,is)),do)),ao) );

I want to specify the subtree ((((ch,dm),(sr,hw)),ht),er) as the focal clade. in SSC.bf

When I open the treefile directly in HYPHY using 'open tree' it seems to read it correctly as an unrooted tree (left of figure).  But when opened via the SSC.bf it forces a very unhelpful rooting/ordering of taxa (right of figure) making it impossible to specify my desired subtree.  

Why is it forcing this weird rooting and what can I do to make it read the file in a more useful way?  Am I doing something wrong with the input somehow?

Thanks, Jamie

problem_trees.png
Back to top
 
 
IP Logged
 
Art Poon
Global Moderator
*****
Offline


Feed your monkey!

Posts: 0
Re: Tree import & Node specification ?
Reply #1 - Mar 18th, 2011 at 11:41am
 

I suspect the DO_TREE_REBALANCE flag is the culprit.
It is being set to 0 prior to calling the qndhelper1.ibf script, but in that script it is set back to 1.

Cheers,
- Art.

Back to top
 
 
IP Logged
 
Jamie
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 7
Re: Tree import & Node specification ?
Reply #2 - Mar 19th, 2011 at 7:47am
 
Yes, that does seem to make all the difference.  Thank you very much!

Jamie
Back to top
 
 
IP Logged