]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.h
*** empty log message ***
[mothur.git] / seqsummarycommand.h
index 2334628d08b87e00a4823ebcbe4859cf872358b2..6d48284baeffe974a2c13ddbb16dfaf95704df90 100644 (file)
 
 #include "mothur.h"
 #include "command.hpp"
-#include "globaldata.hpp"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
-
 
 class SeqSummaryCommand : public Command {
 public:
-       SeqSummaryCommand();
+       SeqSummaryCommand(string);
        ~SeqSummaryCommand();
        int execute();
+       void help();
        
 private:
-       GlobalData* globaldata; 
+       bool abort;
+       string fastafile;
 
 };