]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
chimeras, fix to sabundvector and sharedsabundvector that caused getRabundVector...
[mothur.git] / seqsummarycommand.h
index 03ec3e0c101cb2a83f3d38bfd21ce75d044f3fc4..e6b3b879b8f25e72d2151ae69fae8a75f211909d 100644 (file)
@@ -12,9 +12,6 @@
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
-
-
 
 class SeqSummaryCommand : public Command {
 public:
@@ -24,13 +21,8 @@ public:
        void help();
        
 private:
-       GlobalData* globaldata; 
-       OptionParser* parser;
-       map<string, string> parameters;
-       map<string, string>::iterator it;
        bool abort;
-       string fastafile;
-
+       string fastafile, outputDir;
 
 };