X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.h;fp=makebiomcommand.h;h=ee9bd1c99cf415c93b57fc85087a06d870298115;hb=a9dbc22713bfc056a797361dd757b1a5c98e1c01;hp=8a458fe33a398de607ffe05e48a5950b9368353c;hpb=e10c72304ee071c0c40e0218a06d89dc4731cbc2;p=mothur.git diff --git a/makebiomcommand.h b/makebiomcommand.h index 8a458fe..ee9bd1c 100644 --- a/makebiomcommand.h +++ b/makebiomcommand.h @@ -35,8 +35,8 @@ public: private: - string sharedfile, contaxonomyfile, groups, outputDir, format, label; - vector outputNames, Groups; + string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label; + vector outputNames, Groups, sampleMetadata; set labels; bool abort, allLines; @@ -44,6 +44,7 @@ private: int getBiom(vector&); vector getMetaData(vector&); vector parseTax(string tax, vector& scores); + int getSampleMetaData(vector&); };