]> git.donarmstrong.com Git - mothur.git/blobdiff - bellerophon.h
added checks for ^C to quit command instead of program
[mothur.git] / bellerophon.h
index dd5b3da8035cf1528c07a2964f17b9b1aa051cab..3d05617d50ad0a9dccb05da2d21bc872e8ca842f 100644 (file)
@@ -29,11 +29,7 @@ class Bellerophon : public Chimera {
                ~Bellerophon() {};
                
                int getChimeras();
-               void print(ostream&, ostream&);
-               
-               void setCons(string){};
-               void setQuantiles(string) {};
-               
+               int print(ostream&, ostream&);
                
        private:
                Dist* distCalculator;
@@ -43,7 +39,7 @@ class Bellerophon : public Chimera {
                string fastafile;
                int iters;
                
-               void generatePreferences(vector<SeqMap>, vector<SeqMap>, int);
+               int generatePreferences(vector<SeqMap>, vector<SeqMap>, int);
                int createSparseMatrix(int, int, SparseMatrix*, vector<Sequence>);
 };