]> git.donarmstrong.com Git - mothur.git/blobdiff - getlistcountcommand.h
testing 1.13.0
[mothur.git] / getlistcountcommand.h
index 468ea80ca20308115782bfdf757e8cbd276fe5c9..e238cf5fc8086f5ec29e6f419f6be0ec2c711e18 100644 (file)
@@ -34,8 +34,9 @@ private:
        
        bool abort, allLines;
        set<string> labels; //holds labels to be used
-       string label, listfile;
+       string label, listfile, outputDir, sort;
        ofstream out;
+       vector<string> outputNames;
        
        void process(ListVector*);
 };