]> git.donarmstrong.com Git - mothur.git/blobdiff - filtersharedcommand.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / filtersharedcommand.h
index f97cbf94b374818da1089b9aa4fc596f1603b6d6..a97f96e05d4e4c8e7b67ee674a4001c70017ae05 100644 (file)
@@ -38,8 +38,8 @@ private:
        set<string> labels; //holds labels to be used
        string groups, label, outputDir, sharedfile;
        vector<string> Groups, outputNames;
-       int minAbund, minTotal;
-    float minPercent;
+       int minAbund, minTotal, minSamples;
+    float minPercent, minPercentSamples;
     
     int processShared(vector<SharedRAbundVector*>&);