]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.h
added weightedlinkage.cpp
[mothur.git] / readtreecommand.h
index ca9f3b8c581d7b72f277332a1b70936d9f095854..b0d10f70b57e9fa8ec27622ee9566b67d5c2853c 100644 (file)
@@ -27,11 +27,11 @@ private:
        GlobalData* globaldata;
        ReadTree* read;
        TreeMap* treeMap;
-       string filename, treefile, groupfile;
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
+       string filename, treefile, groupfile, namefile;
        bool abort;
+       map<string, string> nameMap;
+       
+       int readNamesFile();
 
 };