]> git.donarmstrong.com Git - mothur.git/blobdiff - qualityscores.h
added sequence name to error string in fastq.info. Changed np_shannon to npshannon.
[mothur.git] / qualityscores.h
index 4453145f690b9a8be8b8da1bbf78fd5626d5fa71..8183d51cc2e68466f186a354e315578d4175ad49 100644 (file)
@@ -10,6 +10,8 @@
  *
  */
 
+//DataStructure for a quality file.
+
 
 #include "mothur.h"
 #include "mothurout.h"
@@ -22,6 +24,7 @@ public:
        QualityScores();
        QualityScores(ifstream&);
        string getName();
+       
        vector<int> getQualityScores() { return qScores; }
        void printQScores(ofstream&);
        void trimQScores(int, int);