]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.h
changed random forest output filename
[mothur.git] / readphylip.h
index 3e5e7490c618b3d7dac55fb5bd8f8c1853d0ea93..c7720324ce261c475e2e83c99e2f0e0949083c81 100644 (file)
@@ -17,8 +17,10 @@ class ReadPhylipMatrix : public ReadMatrix {
        
 public:
        ReadPhylipMatrix(string);
+       ReadPhylipMatrix(string, bool);
        ~ReadPhylipMatrix();
        int read(NameAssignment*);
+    int read(CountTable*);
 private:
        ifstream fileHandle;
        string distFile;