X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=qualityscores.h;h=49034b8ecb2a2b937901c9cfda132c00bcd5c4c4;hb=28bcfc4a41b8b82f66636587e0d4d355d07cbdd1;hp=8183d51cc2e68466f186a354e315578d4175ad49;hpb=96f25c3c0f3ba2a1634094de146630dbc9ee0d03;p=mothur.git diff --git a/qualityscores.h b/qualityscores.h index 8183d51..49034b8 100644 --- a/qualityscores.h +++ b/qualityscores.h @@ -36,6 +36,9 @@ public: void updateQScoreErrorMap(map >&, string, int, int, int); void updateForwardMap(vector >&, int, int, int); void updateReverseMap(vector >&, int, int, int); + void setName(string n) { seqName = n; } + void setScores(vector qs) { qScores = qs; seqLength = qScores.size(); } + private: