]> git.donarmstrong.com Git - mothur.git/blobdiff - nseqs.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / nseqs.h
diff --git a/nseqs.h b/nseqs.h
index c011f10ca0980b0461f6f77d27061835da43949a..c0f9549c87584bbf99e503388ff737c9f5343e8e 100644 (file)
--- a/nseqs.h
+++ b/nseqs.h
@@ -31,7 +31,7 @@ public:
                int numGroups = shared.size();
                data.clear(); data.resize(numGroups,0);
 
-               for (int i = 0; i < shared[0]->size(); i++) {
+               for (int i = 0; i < shared[0]->getNumBins(); i++) {
                        //get bin values and set sharedByAll 
                        bool sharedByAll = true;
                        for (int j = 0; j < numGroups; j++) {
@@ -44,6 +44,7 @@ public:
 
                return data;
        }
+       string getCitation() { return "http://www.mothur.org/wiki/Nseqs"; }
 };
 
 /***********************************************************************/