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