]> git.donarmstrong.com Git - mothur.git/blobdiff - readcolumn.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / readcolumn.h
index fea6f5934c61a5519086402156369c45da594c20..415bef2fddf5a6272261cab2b0c364c64411fd8e 100644 (file)
@@ -17,11 +17,13 @@ class ReadColumnMatrix : public ReadMatrix {
        
 public:
        ReadColumnMatrix(string);
+       ReadColumnMatrix(string, bool);
        ~ReadColumnMatrix();
-       void read(NameAssignment*);
+       int read(NameAssignment*);
 private:
        ifstream fileHandle;
        string distFile;
+       
 };
 
 /******************************************************/