]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedthetayc.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedthetayc.h
index b17d3c4cf858277fe5e10c02a6aa7cb1169f2977..b132a56e5650cd7e82b2c5dd7eed5eb2c4c8e0d3 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class ThetaYC : public Calculator  {
        
 public:
-       ThetaYC() :  Calculator("ThetaYC", 3) {};
+       ThetaYC() :  Calculator("thetayc", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Thetayc"; }
 private:
        
 };