]> git.donarmstrong.com Git - mothur.git/blobdiff - filterseqscommand.h
made changes to concensus to find a better tree. also fixed minor bug in venn with...
[mothur.git] / filterseqscommand.h
index cfa56b39df6a4001014e1bc42048bed50bede8fa..611cbbc1b226c13d859273dc0cb356bb3b3d13d5 100644 (file)
@@ -11,6 +11,7 @@
  */
 
 #include "command.hpp"
+#include "filters.h"
 
 class Sequence;
 class FilterSeqsCommand : public Command {
@@ -22,11 +23,6 @@ public:
        void help();
        
 private:
-       void doHard();
-       void doTrump(Sequence);
-       void doVertical();
-       void doSoft();
-       void getFreqs(Sequence);
        string vertical, filter, fastafile, hard;       
        int alignmentLength;
 
@@ -35,6 +31,8 @@ private:
        float soft;
        int numSeqs;
        
+       Filters F;
+               
        vector<int> a, t, g, c, gap;
 
 };