X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=mgclustercommand.h;h=008bd222a0a91869e14895738ea852b383c0395f;hp=6c75d6c606f90d33d2d67b687fa567309012dd3e;hb=a8e2df1b96a57f5f29576b08361b86a96a8eff4f;hpb=ccae9eef0b44f2d63fdf4a707d0d40243aa1b990 diff --git a/mgclustercommand.h b/mgclustercommand.h index 6c75d6c..008bd22 100644 --- a/mgclustercommand.h +++ b/mgclustercommand.h @@ -12,7 +12,6 @@ #include "command.hpp" #include "readblast.h" -#include "sparsematrix.hpp" #include "nameassignment.hpp" #include "cluster.hpp" #include "hcluster.h" @@ -32,8 +31,9 @@ public: vector setParameters(); string getCommandName() { return "mgcluster"; } string getCommandCategory() { return "Clustering"; } - string getOutputFileNameTag(string, string); + string getHelpString(); + string getOutputPattern(string); 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"; } @@ -58,7 +58,7 @@ 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, float);