]> git.donarmstrong.com Git - mothur.git/blobdiff - mothurout.h
minor bug in chimera maligner
[mothur.git] / mothurout.h
index 57d3f7647dabf43dd30f2caeefa9ae2bd09a0d30..9446bf9bd5c2b3c150b02944c7d8f87aeef95dca 100644 (file)
@@ -65,6 +65,7 @@ class MothurOut {
                void gobble(istream&);
                void gobble(istringstream&);
                map<string, int> readNames(string);
+               int readNames(string, vector<seqPriorityNode>&, map<string, string>&);
                
                //searchs and checks
                bool checkReleaseVersion(ifstream&, string);
@@ -141,6 +142,7 @@ class MothurOut {
                void setProcessors(string p)            { processors = p;                                                       }
                
                void printCurrentFiles();
+               bool hasCurrentFiles();
                void clearCurrentFiles();
                
        private: