]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.h
Added get.line command.
[mothur.git] / getgroupcommand.h
diff --git a/getgroupcommand.h b/getgroupcommand.h
new file mode 100644 (file)
index 0000000..00c1b51
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef GETGROUPCOMMAND_H
+#define GETGROUPCOMMAND_H
+
+/*
+ *  getgroupcommand.h
+ *  Mothur
+ *
+ *  Created by Thomas Ryabin on 2/2/09.
+ *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#include <iostream>
+#include <fstream>
+#include "command.hpp"
+#include "readmatrix.hpp"
+
+class GlobalData;
+
+class GetgroupCommand : public Command {
+public:
+       GetgroupCommand();
+       ~GetgroupCommand();
+       int execute();
+       
+private:
+       GlobalData* globaldata;
+       GroupMap* groupMap;
+};
+
+#endif