]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.h
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / filterseqscommand.h
index 4b7d0111f11f5712dc9075bf313ec695222c7d7c..17f1b3387ee1279a3b44e6ef3d34b732fc88834d 100644 (file)
 
 #include "command.hpp"
 #include "globaldata.hpp"
-#include "readfasta.h"
-#include "readnexus.h"
-#include "readclustal.h"
-#include "readseqsphylip.h"
-
+#include "sequence.hpp"
 
 class FilterSeqsCommand : public Command {
 
@@ -41,6 +37,7 @@ private:
        
        GlobalData* globaldata; 
        vector<int> a, t, g, c, gap;
+
 };
 
 #endif