]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.h
fixed memory leak in decalc findClosest function used by chimera slayer
[mothur.git] / corraxescommand.h
index 507399c9ca4b3b686439bf7e37e7da019244724c..01c8d2bacd223d7c742a28a78fcfa65f91827192 100644 (file)
@@ -29,7 +29,7 @@ public:
        
 private:
        GlobalData* globaldata;
-       string axesfile, sharedfile, relabundfile, groups, label, inputFileName, outputDir, method;
+       string axesfile, sharedfile, relabundfile, metadatafile, groups, label, inputFileName, outputDir, method;
        bool abort, pickedGroups;
        int numaxes;
        set<string> names;
@@ -45,6 +45,7 @@ private:
        int eliminateZeroOTUS(vector<SharedRAbundFloatVector*>&);
        map<string, vector<float> > readAxes();
        int calcPearson(map<string, vector<float> >&, ofstream&);
+       int calcSpearman(map<string, vector<float> >&, ofstream&);
        
 };