]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
added large parameter to mgcluster along with new rabund support
[mothur.git] / mgclustercommand.h
index 96410bfc39f1a28140357cdf2ee9233fe5e51bc2..ce3ffec189fa50d025a0fa0a1f39ef8faaa6da93 100644 (file)
@@ -47,7 +47,7 @@ private:
        HCluster* hcluster;
        ListVector* list;
        ListVector oldList;
-        RAbundVector rav;
+    RAbundVector rav;
        vector<seqDist> overlapMatrix;
        vector<string> outputNames;
        
@@ -62,7 +62,7 @@ private:
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
-        void createRabund(map<string, int>);
+    void createRabund(map<string, int>);
 
 };