X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.h;h=ee9bd1c99cf415c93b57fc85087a06d870298115;hb=9b53f130ac9af5e95444ce2e817fce25ed19ff03;hp=8a458fe33a398de607ffe05e48a5950b9368353c;hpb=f687723a8357916e86a05116978e6869b039ce36;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&); };