]> git.donarmstrong.com Git - mothur.git/blobdiff - libshuffcommand.h
fixed bug in read.tree
[mothur.git] / libshuffcommand.h
diff --git a/libshuffcommand.h b/libshuffcommand.h
new file mode 100644 (file)
index 0000000..490f23e
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef LIBSHUFFCOMMAND_H
+#define LIBSHUFFCOMMAND_H
+
+/*
+ *  libshuffcommand.h
+ *  Mothur
+ *
+ *  Created by Sarah Westcott on 3/9/09.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
+ *
+ */
+
+#include "command.hpp"
+
+using namespace std;
+
+class GlobalData;
+
+class LibShuffCommand : public Command {
+       
+       public:
+               LibShuffCommand();      
+               ~LibShuffCommand();
+               int execute();  
+       
+       private:
+               GlobalData* globaldata;
+               
+};
+
+#endif