]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
chimeras, fix to sabundvector and sharedsabundvector that caused getRabundVector...
[mothur.git] / seqsummarycommand.h
index 01dd450194c2f454ddd1b6c44de3fda99cde0798..e6b3b879b8f25e72d2151ae69fae8a75f211909d 100644 (file)
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
-
-
 
 class SeqSummaryCommand : public Command {
 public:
-       SeqSummaryCommand();
+       SeqSummaryCommand(string);
        ~SeqSummaryCommand();
        int execute();
+       void help();
        
 private:
-       GlobalData* globaldata; 
+       bool abort;
+       string fastafile, outputDir;
 
 };