X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=filtersharedcommand.h;fp=filtersharedcommand.h;h=a97f96e05d4e4c8e7b67ee674a4001c70017ae05;hb=3504e4e2feeb05aabb0c79aa42cb696522030924;hp=f97cbf94b374818da1089b9aa4fc596f1603b6d6;hpb=367747fb506bf228d3b2d645868d275ba0714e90;p=mothur.git diff --git a/filtersharedcommand.h b/filtersharedcommand.h index f97cbf9..a97f96e 100644 --- a/filtersharedcommand.h +++ b/filtersharedcommand.h @@ -38,8 +38,8 @@ private: set labels; //holds labels to be used string groups, label, outputDir, sharedfile; vector Groups, outputNames; - int minAbund, minTotal; - float minPercent; + int minAbund, minTotal, minSamples; + float minPercent, minPercentSamples; int processShared(vector&);