X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=getotulabelscommand.h;h=06ad27162535bb2aacf2ddbba48c1df2201cbf34;hp=8ce0300fee9a0df9ec9feb56753951cf4b8216b5;hb=df7e3ff9f68ef157b0328a2d353c3258c5d45d89;hpb=1a5c2356c1b955c6ec024b2baf9f46377ee7c72e diff --git a/getotulabelscommand.h b/getotulabelscommand.h index 8ce0300..06ad271 100644 --- a/getotulabelscommand.h +++ b/getotulabelscommand.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(); }; /**************************************************************************************************/