]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedchao1.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedchao1.h
index 243039e3a8822c0b9e7a66b6e17d08fcee56cf34..ae07a8706c30fa76d1b2c975db417201a9470b5f 100644 (file)
@@ -21,9 +21,10 @@ It is a child of the calculator class. */
 class SharedChao1 : public Calculator  {
        
        public: 
-               SharedChao1() : Calculator("sharedchao", 3, true) {};
+               SharedChao1() : Calculator("sharedchao", 1, true) {};
                EstOutput getValues(SAbundVector*) {return data;};
                EstOutput getValues(vector<SharedRAbundVector*>);
+               string getCitation() { return "http://www.mothur.org/wiki/Sharedchao"; }
        private:
                IntNode* f1root;
                IntNode* f2root;