]> git.donarmstrong.com Git - mothur.git/blobdiff - flowdata.h
working on pam
[mothur.git] / flowdata.h
index 100765370ca5429e75b8688a6abc51d79f17edc5..cfe349c6e53a14180d521ae6401ed07381c0cd9f 100644 (file)
@@ -24,6 +24,8 @@ public:
        string getName();
        void capFlows(int);
        bool hasMinFlows(int);
+    bool hasGoodHomoP();
+
        Sequence getSequence();
 
        void printFlows(ofstream&);
@@ -38,6 +40,7 @@ private:
        string seqName, locationString, sequence, baseFlow;
        int numFlows, maxFlows, endFlow;
        vector<float> flowData;
+    string getSequenceName(ifstream&);
 };
 
 #endif