]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
line and label no longer persist between commands. Added phylip formated output...
[mothur.git] / seqsummarycommand.h
index 02103e77e023fff8e60b1bc71cdd52e47bf09470..01dd450194c2f454ddd1b6c44de3fda99cde0798 100644 (file)
 #include "mothur.h"
 #include "command.hpp"
 #include "globaldata.hpp"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
 
-using namespace std;
+
 
 class SeqSummaryCommand : public Command {
 public:
@@ -27,10 +23,8 @@ public:
        int execute();
        
 private:
-       int numSeqs;    
        GlobalData* globaldata; 
-       ReadSeqs* readSeqs;
-       SequenceDB* db;
+
 };
 
 #endif