]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added dups parameter to chimera.uchime. working on make.contigs command.
[mothur.git] / mgclustercommand.h
index 6f4453316a33d41cb18774d6c9b435bc563980e2..b5b295f1edb4495d321a7e614db1e8309d8bc481 100644 (file)
@@ -12,7 +12,6 @@
 
 #include "command.hpp"
 #include "readblast.h"
-#include "sparsematrix.hpp"
 #include "nameassignment.hpp"
 #include "cluster.hpp"
 #include "hcluster.h"
@@ -47,6 +46,7 @@ private:
        Cluster* cluster;
        HCluster* hcluster;
        ListVector* list;
+    CountTable* ct;
        ListVector oldList;
     RAbundVector rav;
        vector<seqDist> overlapMatrix;
@@ -57,13 +57,13 @@ private:
        double cutoff;
        float penalty;
        int precision, length, precisionLength;
-       bool abort, minWanted, hclusterWanted, merge, hard, large;
+       bool abort, minWanted, hclusterWanted, merge, hard;
        
        void printData(ListVector*);
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-    void createRabund(CountTable);
+    void createRabund(CountTable*&, ListVector*&, RAbundVector*&);
 
 };