X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=otuassociationcommand.h;h=f1d047d97158c966bbeae80985b51c4725648885;hb=46626aa16c99fcdf2e3c76a61b80a5d4b0c3b898;hp=7aaa88a61c37a21ec6a9af5d1bb8f0c90066c222;hpb=ffc44592ff7ae94f14f9e21f87198e33d323cd1d;p=mothur.git diff --git a/otuassociationcommand.h b/otuassociationcommand.h index 7aaa88a..f1d047d 100644 --- a/otuassociationcommand.h +++ b/otuassociationcommand.h @@ -33,15 +33,19 @@ public: void help() { m->mothurOut(getHelpString()); } private: - string sharedfile, relabundfile, groups, label, inputFileName, outputDir, method; + string sharedfile, relabundfile, metadatafile, groups, label, inputFileName, outputDir, method; bool abort, pickedGroups, allLines; set labels; + vector metadataLookup; + vector< vector< double> > metadata; - vector outputNames, Groups; + vector outputNames, Groups, metadataLabels; int processShared(); int process(vector&); int processRelabund(); int process(vector&); + int readMetadata(); + int getMetadata(); };