Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
Pages: 1 2 
positive selection during speciation (Read 9040 times)
LMC
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 10
Re: positive selection during speciation
Reply #15 - Feb 2nd, 2012 at 8:57am
 
Hi Sergei,

Thanks again for the response!!  The revised batch file you attached gave me a directory error:
Quote:
Error:
Could not read command file in ExecuteAFile from: /usr/local/src/hyphy/HYPHY/TemplateBatchFiles/HYPHY_LIB_DIRECTORY+"TemplateBatch
Files"+DIRECTORY_SEPARATOR+"TemplateModels"+DIRECTORY_SEPARATOR+"chooseGeneticCo
de.def"

Function call stack
1 : ExecuteAFile from file HYPHY_LIB_DIRECTORY+"TemplateBatchFiles"+DIRECTORY_SEPARATOR+"TemplateModels"+DI
RECTORY_SEPARATOR+"chooseGeneticCode.def" using basepath /usr/local/src/hyphy/HYPHY/TemplateBatchFiles/.


I changed HYPHY_LIB_DIRECTORY to HYPHY_BASE_DIRECTORY and, once again, the first file runs and the wrapper breaks running the second file.  Here is the error:
Quote:
Error:
Cannot reuse the filter 'dsf' because it is already being used by likelihood function 'three_LF', and the two likelihood functions impose different leaf-to-sequence mapping. Create a copy the filter and pass it to the second likelihood function to resolve this issue.

Function call stack
1 : Construct the following likelihood function:dsf ; givenTree ;
        Standard input redirect:
                Empty Associative List-------
2 : ExecuteAFile from file filetoExe using basepath /. reading input from inputRedirect
{"01":"Universal",
"02":"/FASTA_CDS/test2.nex",
"03":"/FASTA_CDS/test2.tree",
"04":"WILD",
"05":"",
"06":"/FASTA_CDS/test2.out"}


I really appreciate your help.  Please let me know if there is any further info I can provide you that could help sort this out.
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: positive selection during speciation
Reply #16 - Feb 2nd, 2012 at 10:31am
 
Hi LMC,

Looks like your version of HyPhy is out of date (since it does not know about HYPHY_LIB_DIRECTORY). Can you update to the latest version?

Can you also add

Code:
DeleteObject (three_LF);
DeleteObject (base_LF);
 



at the end of the loop?

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
 
LMC
YaBB Newbies
*
Offline


Feed your monkey!

Posts: 10
Re: positive selection during speciation
Reply #17 - Feb 3rd, 2012 at 6:10am
 
Success! Thanks for your help!
Back to top
 
 
IP Logged
 
Pages: 1 2