]> git.donarmstrong.com Git - mothur.git/blobdiff - readphylip.h
added forward and reverse barcodes to trim.seqs to process illumina seqs
[mothur.git] / readphylip.h
index 9277338c81fafed9daa6068fdf4e2a0c84d7682e..244cc47e4085f2820f4fef01adddf0317075e88b 100644 (file)
@@ -17,8 +17,9 @@ class ReadPhylipMatrix : public ReadMatrix {
        
 public:
        ReadPhylipMatrix(string);
+       ReadPhylipMatrix(string, bool);
        ~ReadPhylipMatrix();
-       void read(NameAssignment*);
+       int read(NameAssignment*);
 private:
        ifstream fileHandle;
        string distFile;