]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / seqsummarycommand.h
index 03ec3e0c101cb2a83f3d38bfd21ce75d044f3fc4..6d48284baeffe974a2c13ddbb16dfaf95704df90 100644 (file)
@@ -12,9 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
-
-
 
 class SeqSummaryCommand : public Command {
 public:
@@ -24,14 +21,9 @@ public:
        void help();
        
 private:
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
        bool abort;
        string fastafile;
 
-
 };
 
 #endif