X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filtersharedcommand.h;h=704655134c0bb548c66d70e8fb94336bb31c130c;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=a97f96e05d4e4c8e7b67ee674a4001c70017ae05;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924;p=mothur.git diff --git a/filtersharedcommand.h b/filtersharedcommand.h index a97f96e..7046551 100644 --- a/filtersharedcommand.h +++ b/filtersharedcommand.h @@ -34,12 +34,12 @@ public: void help() { m->mothurOut(getHelpString()); } private: - bool abort, pickedGroups, allLines, makeRare; + bool abort, pickedGroups, allLines, makeRare, keepties; set labels; //holds labels to be used string groups, label, outputDir, sharedfile; vector Groups, outputNames; int minAbund, minTotal, minSamples; - float minPercent, minPercentSamples; + float minPercent, minPercentSamples, rarePercent; int processShared(vector&);