]> git.donarmstrong.com Git - mothur.git/blob - libshuffcommand.h
fixed bug in read.tree
[mothur.git] / libshuffcommand.h
1 #ifndef LIBSHUFFCOMMAND_H
2 #define LIBSHUFFCOMMAND_H
3
4 /*
5  *  libshuffcommand.h
6  *  Mothur
7  *
8  *  Created by Sarah Westcott on 3/9/09.
9  *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
10  *
11  */
12
13 #include "command.hpp"
14
15 using namespace std;
16
17 class GlobalData;
18
19 class LibShuffCommand : public Command {
20         
21         public:
22                 LibShuffCommand();      
23                 ~LibShuffCommand();
24                 int execute();  
25         
26         private:
27                 GlobalData* globaldata;
28                 
29 };
30
31 #endif