X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotulabelscommand.h;h=fd03d1018582d04de5efe1c11910610c0186252e;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=03d2da3392443f3ebf70a60a1b4b318fa5b24e8a;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e;p=mothur.git diff --git a/removeotulabelscommand.h b/removeotulabelscommand.h index 03d2da3..fd03d10 100644 --- a/removeotulabelscommand.h +++ b/removeotulabelscommand.h @@ -11,6 +11,9 @@ // #include "command.hpp" +#include "inputdata.h" +#include "listvector.hpp" +#include "sharedrabundvector.h" /**************************************************************************************************/ @@ -34,13 +37,19 @@ public: private: bool abort; - string outputDir, accnosfile, constaxonomyfile, otucorrfile, corraxesfile; + string outputDir, accnosfile, constaxonomyfile, otucorrfile, corraxesfile, listfile, sharedfile, label; vector outputNames; set labels; + ListVector* list; + vector lookup; int readClassifyOtu(); int readOtuAssociation(); int readCorrAxes(); + int readList(); + int readShared(); + int getListVector(); + int getShared(); }; /**************************************************************************************************/