]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / subsamplecommand.h
index 7bafd9bfb573a03527b95d179130fc066e9234bb..7b251eee11c2fa7ad5be7baa6cea4427c90265c7 100644 (file)
@@ -40,7 +40,7 @@ public:
        
 private:       
        bool abort, pickedGroups, allLines, persample;
-       string listfile, groupfile, countfile, sharedfile, rabundfile, sabundfile, fastafile, namefile;
+       string listfile, groupfile, countfile, sharedfile, rabundfile, sabundfile, fastafile, namefile, taxonomyfile;
        set<string> labels; //holds labels to be used
        string groups, label, outputDir;
        vector<string> Groups, outputNames;
@@ -60,6 +60,7 @@ private:
        int processList(ListVector*&, ofstream&, set<string>&);
        int getNames();
        int readNames();
+    int getTax(set<string>&);
        
 };