Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
question on SubtreeSelectionComparison (Read 4304 times)
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
question on SubtreeSelectionComparison
Sep 29th, 2009 at 12:05am
 
Hi, Dear Sergei and other masters  here,

I was wondering about some questions about using the HYPHYMPI version on a Linux clusters, so it will be very helpful if anyone light a path for me.

1.I was intended to do a positive selection analysis on a ML tree obtained by Raxml, which including about 1500 sequences. When I wanna use the SubtreeSelectionComparison, the screen was unable to display all the options, the former was replaced by the later, so I can't find the number of the option which represent the subtree I interested in.Is there any way I can find
my interesting subtree number?

2.I try to view the tree on some windows software,like Figtree or Dendroscope, and then defined the lable of the node on some subtrees ,but when using HYPHY in Linux command line model, the node number defined by HYPHY was not equally comparing with tree file generate by former treeviewer software. So is there any software of file format fit HYPHY properly?

many thanks for your time,  guys!!!
Smiley Cheesy Shocked
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: question on SubtreeSelectionComparison
Reply #1 - Sep 30th, 2009 at 6:23am
 
I should definitely adjust the interface to handle the case of large trees! In the meantime, I would suggest that you label the root of the subtree in question (like you were trying to do in an external editor). In the Newick string format, it may look like:

Code:
((a,b)myNode,(c,d),e)
 



Then write a wrapper for the file, following instructions in Multimedia File Viewing and Clickable Links are available for Registered Members only!!  You need to Login Login (pages 72-73, section 2.8), and use the custom label (e.g. myNode) when providing the choice for the Subtree selection dialog.

HTH,
Sergei
Back to top
 

Associate Professor
Division of Infectious Diseases
Division of Biomedical Informatics
School of Medicine
University of California San Diego
WWW WWW  
IP Logged
 
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
Re: question on SubtreeSelectionComparison
Reply #2 - Oct 1st, 2009 at 9:45pm
 
Hi Sergei,

Thank you so much for your patiently reply, it truly help me a lot.

best,
Liwf
Back to top
 
 
IP Logged
 
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
Re: question on SubtreeSelectionComparison
Reply #3 - Oct 10th, 2009 at 12:38am
 
The same solution should work in Linux as well, because if you go the route of using ExecuteAFile, then all menu inputs are specified by their value, not their index.

HTH,
Sergei
Back to top
« Last Edit: Oct 10th, 2009 at 11:17am by Sergei »  
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: question on SubtreeSelectionComparison
Reply #4 - Oct 10th, 2009 at 11:39am
 
I accidentally edited your message instead of responding to it! Sorry about that.

The same solution should work in Linux as well, because if you go the route of using ExecuteAFile, then all menu inputs are specified by their value, not their index.

HTH,
Sergei
Back to top
 

Associate Professor
Division of Infectious Diseases
Division of Biomedical Informatics
School of Medicine
University of California San Diego
WWW WWW  
IP Logged
 
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
Re: question on SubtreeSelectionComparison
Reply #5 - Oct 10th, 2009 at 5:47pm
 
Thank you so much for the patiently reply, i will try it again.

best,
Liwf
Back to top
 
 
IP Logged
 
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
Re: question on SubtreeSelectionComparison
Reply #6 - Oct 12th, 2009 at 6:13pm
 
Dear sergei,

I've been use the wrapper to solve the problem,thanks very much. But in the progress, it always show such a ERROR megssage
Code:
Error:Ran out of input in buffer during a redirected standard input read.
Current BL Command:Print to File PROMPT_FOR_FILE:CLEAR_FILE
labels[0]
 



Is it my wrapper written has something wrong, here is the wrapper I write
Code:
inputRedirect = {};
inputRedirect["01"]="Universal";
inputRedirect["02"]="Restore";
inputRedirect["03"]="/home/dws/share/HYPHY_Source/TemplateBatchFiles/p";
inputRedirect["04"]="Subtree";
inputRedirect["05"]="POPO";
inputRedirect["06"]="0.05";
ExecuteAFile (HYPHY_BASE_DIRECTORY + "TemplateBatchFiles"+
DIRECTORY_SEPARATOR+"SubtreeSelectionComparison.bf", inputRedirect); 



Thanks for your precious time
best,
Liwf
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: question on SubtreeSelectionComparison
Reply #7 - Oct 12th, 2009 at 9:38pm
 
Dear Liwf,

You need to add another input line to tell HyPhy where to save the text summary of the run.

Cheers,
Sergei
Back to top
 

Associate Professor
Division of Infectious Diseases
Division of Biomedical Informatics
School of Medicine
University of California San Diego
WWW WWW  
IP Logged
 
liwf
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 6
Re: question on SubtreeSelectionComparison
Reply #8 - Oct 12th, 2009 at 11:44pm
 
It works out, please receive my sincerely thanks to you~

best,
Liwf
Back to top
 
 
IP Logged