]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.h
*** empty log message ***
[mothur.git] / filterseqscommand.h
index 2279689d4671d5a7fae99204d0ab5421b5070ed6..924c36627fec65abd777c5ae530bf154583e954f 100644 (file)
  */
 
 #include "command.hpp"
-#include "mothur.h"
 #include "globaldata.hpp"
 #include "readfasta.h"
 #include "readnexus.h"
 #include "readclustal.h"
 #include "readseqsphylip.h"
 
-using namespace std;
 
 class FilterSeqsCommand : public Command {
 
@@ -28,20 +26,21 @@ public:
        int execute();  
        
 private:
-       void doTrump();
-       void doSoft();
        void doHard();
-       void doVertical();
-       
+       void doTrump(Sequence);
+       void doSoft(Sequence);
+       void doVertical(Sequence);
+       string filter;  
        int alignmentLength;
-       int numSeqs;
+
+       char trump;
+       bool vertical;
        
        GlobalData* globaldata; 
-       ReadSeqs* readSeqs;
-       SequenceDB* db;
+//     ReadSeqs* readSeqs;
+//     SequenceDB* db;
        
-       string filter;
 
 };
 
-#endif
\ No newline at end of file
+#endif