X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=filtersharedcommand.h;h=a97f96e05d4e4c8e7b67ee674a4001c70017ae05;hp=f97cbf94b374818da1089b9aa4fc596f1603b6d6;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=601d30778afd12a8dcdd0e2825d54754a3980cf4 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&);