X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.h;h=21a008190fdc168a9259c1abe4f8461c99fc87cd;hb=5a7b1d45e9604becce2410333fcc71de818e3782;hp=88b7a382d4c175a14c243d21e97a7580cba9c32d;hpb=8bc3e5b38c2317a1715f53be22fa96455868c281;p=mothur.git diff --git a/deconvolutecommand.h b/deconvolutecommand.h index 88b7a38..21a0081 100644 --- a/deconvolutecommand.h +++ b/deconvolutecommand.h @@ -22,17 +22,20 @@ public: DeconvoluteCommand(string); DeconvoluteCommand(); ~DeconvoluteCommand() {} - vector getRequiredParameters(); - vector getValidParameters(); - vector getRequiredFiles(); - map > getOutputFiles() { return outputTypes; } - int execute(); - void help(); + + vector setParameters(); + string getCommandName() { return "unique.seqs"; } + string getCommandCategory() { return "Sequence Processing"; } + string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/Unique.seqs"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } + private: string inFastaName, oldNameMapFName, outputDir; vector outputNames; - map > outputTypes; bool abort; };