X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=makebiomcommand.h;h=8f07c40d439529355af3fb3ee78e11b6b23aab7a;hp=1ff398518c850c0447ff58c904b1ceddf9b6c3d3;hb=fe08eacea5a2d34cd4bd27e8451fd2872102a80a;hpb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced 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(); };