X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=otuhierarchycommand.h;fp=otuhierarchycommand.h;h=39795dc3055e1a1f8a057d3335b265c4d5ce4209;hb=ee4dd201fa4f2c4ede5b2e525c82cce0a37de363;hp=0000000000000000000000000000000000000000;hpb=5b9b3e01150055e3b4bb1a911ea4c61d0b755e89;p=mothur.git diff --git a/otuhierarchycommand.h b/otuhierarchycommand.h new file mode 100644 index 0000000..39795dc --- /dev/null +++ b/otuhierarchycommand.h @@ -0,0 +1,38 @@ +#ifndef OTUHIERARCHYCOMMAND_H +#define OTUHIERARCHYCOMMAND_H +/* + * otuhierarchycommand.h + * Mothur + * + * Created by westcott on 1/19/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + +#include "command.hpp" +#include "listvector.hpp" + +//********************************************************************************************************************** + +class OtuHierarchyCommand : public Command { + +public: + OtuHierarchyCommand(string); + ~OtuHierarchyCommand(); + int execute(); + void help(); + +private: + bool abort; + set labels; //holds labels to be used + string label, listFile; + + vector getListVectors(); + +}; + +//********************************************************************************************************************** + +#endif + +