X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getsabundcommand.h;h=7242342cdcdf455d2861f230fc65c039fd00bd6c;hp=685f039f302577505598c84f86637ec0bb06561c;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7 diff --git a/getsabundcommand.h b/getsabundcommand.h index 685f039..7242342 100644 --- a/getsabundcommand.h +++ b/getsabundcommand.h @@ -34,15 +34,16 @@ public: void help() { m->mothurOut(getHelpString()); } private: - string filename, format, inputfile, listfile, rabundfile, outputDir; + string filename, format, inputfile, listfile, rabundfile, outputDir, countfile; ofstream out; - InputData* input; - SAbundVector* sabund; vector outputNames; bool abort, allLines; set labels; //holds labels to be used string label; + + int processList(ofstream& out); + int createRabund(CountTable& ct, ListVector*& list, RAbundVector*& rabund); };