]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
changed normalize.shared and sub.sample commands to fix bug in normalize.shared and...
[mothur.git] / mothurout.h
index f68e45324d0939182be7eb1b4b373b2c502d5c80..47e5ca45cf52c61f8c14ce55c2e3c77dc83003c1 100644 (file)
@@ -40,6 +40,8 @@ class MothurOut {
                vector<string> Treenames;
                map<string, string> names;
                vector<string> namesOfGroups;
+               vector<string> binLabelsInFile;
+               vector<string> currentBinLabels;
                string saveNextLabel, argv, sharedHeaderMode;
                bool printedHeaders;
                
@@ -70,6 +72,7 @@ class MothurOut {
                map<string, int> readNames(string);
                int readNames(string, map<string, string>&);
                int readNames(string, vector<seqPriorityNode>&, map<string, string>&);
+               void mothurRemove(string);
                
                //searchs and checks
                bool checkReleaseVersion(ifstream&, string);