]> git.donarmstrong.com Git - mothur.git/blobdiff - flowdata.h
added sets to amova and homova commands. added oligos to make.contigs. added metadat...
[mothur.git] / flowdata.h
index 09426f957f9a4ddee425fedd117d03786c9869ad..100765370ca5429e75b8688a6abc51d79f17edc5 100644 (file)
@@ -18,10 +18,10 @@ class FlowData {
 
 public:
        FlowData();
-       FlowData(int, float, float, int);
+       FlowData(int, float, float, int, string);
        ~FlowData();
        bool getNext(ifstream&);
-
+       string getName();
        void capFlows(int);
        bool hasMinFlows(int);
        Sequence getSequence();