X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nseqs.h;h=c0f9549c87584bbf99e503388ff737c9f5343e8e;hp=c011f10ca0980b0461f6f77d27061835da43949a;hb=615301e57c25e241356a9c2380648d117709458d;hpb=1d7a10dc3dafd1606d6255bdb54e02429cbee47c diff --git a/nseqs.h b/nseqs.h index c011f10..c0f9549 100644 --- 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"; } }; /***********************************************************************/