]> git.donarmstrong.com Git - mothur.git/blobdiff - filtersharedcommand.h
working on pam
[mothur.git] / filtersharedcommand.h
index a97f96e05d4e4c8e7b67ee674a4001c70017ae05..704655134c0bb548c66d70e8fb94336bb31c130c 100644 (file)
@@ -34,12 +34,12 @@ public:
        void help() { m->mothurOut(getHelpString()); }  
        
 private:       
-       bool abort, pickedGroups, allLines, makeRare;
+       bool abort, pickedGroups, allLines, makeRare, keepties;
        set<string> labels; //holds labels to be used
        string groups, label, outputDir, sharedfile;
        vector<string> Groups, outputNames;
        int minAbund, minTotal, minSamples;
-    float minPercent, minPercentSamples;
+    float minPercent, minPercentSamples, rarePercent;
     
     int processShared(vector<SharedRAbundVector*>&);