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