X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makebiomcommand.h;h=1ff398518c850c0447ff58c904b1ceddf9b6c3d3;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=9f80c2e70215b130a9020a83ce2daebb9e63a089;hpb=7dab6ac3ae5a5f1ce37dca8cfacaa719881fd5b2;p=mothur.git diff --git a/makebiomcommand.h b/makebiomcommand.h index 9f80c2e..1ff3985 100644 --- a/makebiomcommand.h +++ b/makebiomcommand.h @@ -25,7 +25,9 @@ public: vector setParameters(); string getCommandName() { return "make.biom"; } string getCommandCategory() { return "General"; } + string getHelpString(); + string getOutputPattern(string); string getCitation() { return "http://biom-format.org/documentation/biom_format.html, http://www.mothur.org/wiki/Make.biom"; } string getDescription() { return "creates a biom file"; } @@ -34,15 +36,16 @@ public: private: - string sharedfile, contaxonomyfile, groups, outputDir, format, label; - vector outputNames, Groups; + string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label, referenceTax; + vector outputNames, Groups, sampleMetadata; set labels; - bool abort, allLines; + bool abort, allLines, picrust; int getBiom(vector&); - vector getMetaData(vector&); + vector getMetaData(vector&, vector&); vector parseTax(string tax, vector& scores); + int getSampleMetaData(vector&); };