X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getcurrentcommand.h;fp=getcurrentcommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=dfff0fa27d09573ab35d95ddb8c1375f77d9ac5e;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/getcurrentcommand.h b/getcurrentcommand.h deleted file mode 100644 index dfff0fa..0000000 --- a/getcurrentcommand.h +++ /dev/null @@ -1,45 +0,0 @@ -#ifndef GETCURRENTCOMMAND_H -#define GETCURRENTCOMMAND_H - -/* - * getcurrentcommand.h - * Mothur - * - * Created by westcott on 3/16/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - -#include "command.hpp" - -class GetCurrentCommand : public Command { - - public: - GetCurrentCommand(string); - GetCurrentCommand(); - ~GetCurrentCommand() {} - - vector setParameters(); - string getCommandName() { return "get.current"; } - string getCommandCategory() { return "General"; } - string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Get.current"; } - string getDescription() { return "get current files saved by mothur"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - - private: - - vector outputNames; - bool abort; - - string clearTypes; - vector types; - -}; - -#endif -