]> git.donarmstrong.com Git - mothur.git/blobdiff - makebiomcommand.h
added picrust and ref taxonomy parameters to make.biom
[mothur.git] / makebiomcommand.h
index 1ff398518c850c0447ff58c904b1ceddf9b6c3d3..8f07c40d439529355af3fb3ee78e11b6b23aab7a 100644 (file)
@@ -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<string> outputNames, Groups, sampleMetadata;
        set<string> labels;
     
        bool abort, allLines, picrust;
     
     int getBiom(vector<SharedRAbundVector*>&);
-    vector<string> getMetaData(vector<SharedRAbundVector*>&, vector<string>&);
+    vector<string> getMetaData(vector<SharedRAbundVector*>&);
     vector<string> parseTax(string tax, vector<string>& scores);
     int getSampleMetaData(vector<SharedRAbundVector*>&);
+    //for picrust
+    int getGreenGenesOTUIDs(vector<SharedRAbundVector*>&, map<string, string>&);
+    map<string, string> readGGOtuMap();
 };