X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.h;h=8f07c40d439529355af3fb3ee78e11b6b23aab7a;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=1ff398518c850c0447ff58c904b1ceddf9b6c3d3;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;p=mothur.git diff --git a/makebiomcommand.h b/makebiomcommand.h index 1ff3985..8f07c40 100644 --- a/makebiomcommand.h +++ b/makebiomcommand.h @@ -36,16 +36,19 @@ public: private: - string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label, referenceTax; + string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label, referenceTax, picrustOtuFile; vector outputNames, Groups, sampleMetadata; set labels; bool abort, allLines, picrust; int getBiom(vector&); - vector getMetaData(vector&, vector&); + vector getMetaData(vector&); vector parseTax(string tax, vector& scores); int getSampleMetaData(vector&); + //for picrust + int getGreenGenesOTUIDs(vector&, map&); + map readGGOtuMap(); };