]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.h
changed random forest output filename
[mothur.git] / readphylip.h
index eab0df422ccd6bfe25e7e0171967f45f60993cdd..c7720324ce261c475e2e83c99e2f0e0949083c81 100644 (file)
@@ -17,8 +17,10 @@ class ReadPhylipMatrix : public ReadMatrix {
        
 public:
        ReadPhylipMatrix(string);
+       ReadPhylipMatrix(string, bool);
        ~ReadPhylipMatrix();
-       void read(NameAssignment*);
+       int read(NameAssignment*);
+    int read(CountTable*);
 private:
        ifstream fileHandle;
        string distFile;
@@ -26,4 +28,4 @@ private:
 
 /******************************************************/
 
-#endif
\ No newline at end of file
+#endif