]> git.donarmstrong.com Git - mothur.git/blob - seqsummarycommand.h
fixed some bugs
[mothur.git] / seqsummarycommand.h
1 #ifndef SEQSUMMARYCOMMAND_H
2 #define SEQSUMMARYCOMMAND_H
3
4 /*
5  *  seqcoordcommand.h
6  *  Mothur
7  *
8  *  Created by Pat Schloss on 5/30/09.
9  *  Copyright 2009 Patrick D. Schloss. All rights reserved.
10  *
11  */
12
13 #include "mothur.h"
14 #include "command.hpp"
15 #include "globaldata.hpp"
16 #include "readfasta.h"
17 #include "readnexus.h"
18 #include "readclustal.h"
19 #include "readseqsphylip.h"
20
21
22 class SeqSummaryCommand : public Command {
23 public:
24         SeqSummaryCommand();
25         ~SeqSummaryCommand();
26         int execute();
27         
28 private:
29         GlobalData* globaldata; 
30
31 };
32
33 #endif