]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.h
added checks for ^C to quit command instead of program
[mothur.git] / pintail.h
index 2364c86c6bab6d779cb13131245d626244777895..59d4feeec7fa3743a059b331db524b0df3fe48cf 100644 (file)
--- a/pintail.h
+++ b/pintail.h
@@ -28,7 +28,7 @@ class Pintail : public Chimera {
                ~Pintail();
                
                int getChimeras(Sequence*);
-               void print(ostream&, ostream&);
+               int print(ostream&, ostream&);
                
                void setCons(string c)          { consfile = c;  }
                void setQuantiles(string q) { quanfile = q;  }
@@ -72,7 +72,7 @@ class Pintail : public Chimera {
                Sequence* findPairs(Sequence*);
                        
                void createProcessesQuan();
-               void doPrep();
+               int doPrep();
                
 };