]> git.donarmstrong.com Git - mothur.git/blobdiff - soergel.h
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / soergel.h
index 7156ee7e146a8a6769589802c949b8369c2d523b..11df65ead52ce49e7cb8a96233d31561f00a589e 100644 (file)
--- a/soergel.h
+++ b/soergel.h
@@ -21,10 +21,14 @@ public:
        Soergel() :  Calculator("soergel", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Soergel"; }
 private:
        
 };
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif
+
+
+