X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getlabelcommand.h;fp=getlabelcommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=c5dc1a119969e3ac10b0462c4ad5090bee1333f3;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/getlabelcommand.h b/getlabelcommand.h deleted file mode 100644 index c5dc1a1..0000000 --- a/getlabelcommand.h +++ /dev/null @@ -1,42 +0,0 @@ -#ifndef GETLABELCOMMAND_H -#define GETLABELCOMMAND_H - -/* - * getlabelcommand.h - * Mothur - * - * Created by Thomas Ryabin on 1/30/09. - * Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved. - * - */ - -#include "command.hpp" -#include "ordervector.hpp" -#include "inputdata.h" - - -class GetlabelCommand : public Command { -public: - GetlabelCommand(string); - GetlabelCommand(); - ~GetlabelCommand(){} - - vector setParameters(); - string getCommandName() { return "get.label"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Get.label"; } - string getDescription() { return "outputs labels"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - string inputfile, listfile, rabundfile, sabundfile, format; - bool abort; - vector outputNames; -}; - -#endif