X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=filtersharedcommand.h;h=704655134c0bb548c66d70e8fb94336bb31c130c;hp=a97f96e05d4e4c8e7b67ee674a4001c70017ae05;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=3504e4e2feeb05aabb0c79aa42cb696522030924 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&);