]> git.donarmstrong.com Git - mothur.git/blobdiff - makebiomcommand.h
changes while testing
[mothur.git] / makebiomcommand.h
index 7ea381f145af343213a25bd32109d20fa1fb1dee..1ff398518c850c0447ff58c904b1ceddf9b6c3d3 100644 (file)
@@ -36,14 +36,14 @@ public:
        
 private:
     
-       string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label;
+       string sharedfile, contaxonomyfile, metadatafile, groups, outputDir, format, label, referenceTax;
        vector<string> outputNames, Groups, sampleMetadata;
        set<string> labels;
     
-       bool abort, allLines;
+       bool abort, allLines, picrust;
     
     int getBiom(vector<SharedRAbundVector*>&);
-    vector<string> getMetaData(vector<SharedRAbundVector*>&);
+    vector<string> getMetaData(vector<SharedRAbundVector*>&, vector<string>&);
     vector<string> parseTax(string tax, vector<string>& scores);
     int getSampleMetaData(vector<SharedRAbundVector*>&);
 };