]> git.donarmstrong.com Git - mothur.git/blobdiff - sharednseqs.h
changed random forest output filename
[mothur.git] / sharednseqs.h
index aa989bcc5ae030ecd3f561d55671e38414b1f915..5d403fa68ba111f16245ba6979a8dccf6524961b 100644 (file)
@@ -23,6 +23,7 @@ public:
                data[0] = (double)shared[0]->getNumSeqs() + (double)shared[1]->getNumSeqs();
                return data;
        }
+       string getCitation() { return "http://www.mothur.org/wiki/Sharednseqs"; }
 };
 
 /***********************************************************************/