Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
data partitions on unix (Read 2647 times)
Kristen Dang
Guest


data partitions on unix
Mar 21st, 2005 at 12:42pm
 
I've successfully installed and run HyPhy on my Mac OS 10.3 and am now interested in running it on a separate Unix box from the command line. I'm following the online HyPhy guide about how to create a batch file. I've created one that runs fine, however in the output (messages.log) it tells me:

Row and/or column partition is empty. All the data will be used by default.

If I understand this correctly, it means that it didn't read my data partition that I put in the batch file using the "CreateFilter" command.  ??? Am I interpreting this message correctly? I've compared my batch file against the documentation several times, and cannot figure out what I am doing wrong. Here is the line from my batch file:

DataSetFilter myFilter = CreateFilter (rre,1,"2,5,29,32,41,47,53,56,68,77,101,122,128,137,158,161,164,170,182,188,200"
,"");

At this point, I can't figure out if the problem is me or the program. We just had the latest version of HyPhy installed this past week, so it should be a current version.

Any suggestions are most appreciated!
Back to top
 
 
IP Logged
 
Sergei
YaBB Administrator
*****
Offline


Datamonkeys are forever...

Posts: 1658
UCSD
Gender: male
Re: data partitions on unix
Reply #1 - Mar 21st, 2005 at 2:44pm
 
Quote:
Row and/or column partition is empty. All the data will be used by default.

DataSetFilter myFilter = CreateFilter (rre,1,"2,5,29,32,41,47,53,56,68,77,101,122,128,137,158,161,164,170,182,188,200"
,"");

Any suggestions are most appreciated!


Dear Kristen,

The message you are seeing is simply a diagnostic if either the columns (sites) or rows (sequences) partitions is empty. The program should be creating the filter on columns as you indicated (sites 3,6,30 etc - all indices are 0-based), but using all species by default (thus the diagnostic warning).

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