]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.h
edited createRabund function
[mothur.git] / mgclustercommand.h
index df0c526f2071636e87b0c2a403d2410324a8b89d..889586ae305ac47bdb0f2d15880507aa68655dff 100644 (file)
@@ -31,6 +31,7 @@ public:
        vector<string> setParameters();
        string getCommandName()                 { return "mgcluster";   }
        string getCommandCategory()             { return "Clustering";  }
+       string getOutputFileNameTag(string, string);
        string getHelpString(); 
        string getCitation() { return "Schloss PD, Handelsman J (2008). A statistical toolbox for metagenomics. BMC Bioinformatics 9: 34. \nhttp://www.mothur.org/wiki/Mgcluster"; }
        string getDescription()         { return "cluster your sequences into OTUs using a blast file"; }
@@ -60,6 +61,7 @@ private:
        ListVector* mergeOPFs(map<string, int>, float);
        void sortHclusterFiles(string, string);
        vector<seqDist> getSeqs(ifstream&);
+    RAbundVector createRabund(ListVector, map<string, int>);
 
 };