X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeotulabelscommand.h;h=fd03d1018582d04de5efe1c11910610c0186252e;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=03d2da3392443f3ebf70a60a1b4b318fa5b24e8a;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;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(); }; /**************************************************************************************************/