]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.h
Added get.line command.
[mothur.git] / getlabelcommand.h
diff --git a/getlabelcommand.h b/getlabelcommand.h
new file mode 100644 (file)
index 0000000..ae4c4db
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef GETLABELCOMMAND_H
+#define GETLABELCOMMAND_H
+
+/*
+ *  getlabelcommand.h
+ *  Mothur
+ *
+ *  Created by Thomas Ryabin on 1/30/09.
+ *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#include <iostream>
+#include <fstream>
+#include "command.hpp"
+#include "readmatrix.hpp"
+
+class GlobalData;
+
+class GetlabelCommand : public Command {
+public:
+       GetlabelCommand();
+       ~GetlabelCommand();
+       int execute();
+       
+private:
+       GlobalData* globaldata;
+       string filename;
+};
+
+#endif
\ No newline at end of file