]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
added warning about merging with something above cutoff to cluster. working on chimeras
[mothur.git] / bellerophon.h
index b309545e29c18d3ed3669e6e70df3243754551ca..dd5b3da8035cf1528c07a2964f17b9b1aa051cab 100644 (file)
@@ -25,11 +25,11 @@ typedef map<int, float> SeqMap;  //maps sequence to all distance for that seqeun
 class Bellerophon : public Chimera {
        
        public:
-               Bellerophon(string);    
+               Bellerophon(string, string);    
                ~Bellerophon() {};
                
-               void getChimeras();
-               void print(ostream&);
+               int getChimeras();
+               void print(ostream&, ostream&);
                
                void setCons(string){};
                void setQuantiles(string) {};