X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getgroupcommand.h;fp=getgroupcommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=a3e47e0204e36bfa54970c1d5c0e3ecb9398ab90;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/getgroupcommand.h b/getgroupcommand.h deleted file mode 100644 index a3e47e0..0000000 --- a/getgroupcommand.h +++ /dev/null @@ -1,43 +0,0 @@ -#ifndef GETGROUPCOMMAND_H -#define GETGROUPCOMMAND_H - -/* - * getgroupcommand.h - * Mothur - * - * Created by Thomas Ryabin on 2/2/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "command.hpp" - -class GetgroupCommand : public Command { -public: - GetgroupCommand(string); - GetgroupCommand(); - ~GetgroupCommand() {} - - vector setParameters(); - string getCommandName() { return "get.group"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Get.group"; } - string getDescription() { return "outputs group names"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - - string outputFile, sharedfile, outputDir; - vector outputNames; - ofstream out; - ifstream in; - bool abort; - -}; - -#endif