]> git.donarmstrong.com Git - mothur.git/blobdiff - getrelabundcommand.cpp
1.12.1
[mothur.git] / getrelabundcommand.cpp
index 90d084f3e9be3f27f0723f4e5b095bd3cc61a1c7..037cd3ee70b970a7f0ecce05e2e0c073e449562e 100644 (file)
@@ -244,7 +244,6 @@ int GetRelAbundCommand::getRelAbundance(vector<SharedRAbundVector*>& thisLookUp,
                                        //calc the total in this otu
                                        int totalOtu = 0;
                                        for (int l = 0; l < thisLookUp.size(); l++) {  totalOtu += thisLookUp[l]->getAbundance(j); }
-                                       
                                        relabund = abund / (float) totalOtu;
                                }else if (scale == "averagegroup") {
                                        relabund = abund / (float) (thisLookUp[i]->getNumSeqs() / (float) thisLookUp[i]->getNumBins());