]> git.donarmstrong.com Git - mothur.git/blobdiff - getrabundcommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getrabundcommand.h
index dcf8c686dbd2bf75847ef500bf7fea0fbd087cb5..fd7a6b07fecf135262e310598a3936221cb98826 100644 (file)
@@ -38,17 +38,16 @@ public:
        
 private:
        
-       string filename, listfile, sabundfile, inputfile, format, outputDir;
+       string filename, listfile, sabundfile, inputfile, format, outputDir, countfile;
        ofstream out;
-       InputData* input;
-       RAbundVector* rabund;
        vector<string> outputNames;
 
        bool abort, allLines, sorted;
        set<string> labels; //holds labels to be used
        string label;
 
-       
+       int processList(ofstream& out);
+    int createRabund(CountTable& ct, ListVector*& list, RAbundVector*& rabund);
 };
 
 #endif