X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=removerarecommand.cpp;fp=removerarecommand.cpp;h=c378e41447013ba021935d07e76af3ae029ad1b0;hp=2eb5f63da369828e4e67e0f0b262b1e786b75a88;hb=499f4ac6e321f9f03d4c3aa25c3b6880892c8b83;hpb=a935b75dd890da5ae7f09e5e6179f90ab2955348 diff --git a/removerarecommand.cpp b/removerarecommand.cpp index 2eb5f63..c378e41 100644 --- a/removerarecommand.cpp +++ b/removerarecommand.cpp @@ -850,7 +850,7 @@ int RemoveRareCommand::processLookup(vector& lookup){ //eliminates zero otus if (allZero) { for (int j = 0; j < newRabunds.size(); j++) { newRabunds[j].pop_back(); } } - else { headers.push_back(m->currentBinLabels[i]); } + else { headers.push_back(m->currentSharedBinLabels[i]); } } }else { //for each otu @@ -867,7 +867,7 @@ int RemoveRareCommand::processLookup(vector& lookup){ //eliminates otus below rare cutoff if (totalAbund <= nseqs) { for (int j = 0; j < newRabunds.size(); j++) { newRabunds[j].pop_back(); } } - else { headers.push_back(m->currentBinLabels[i]); } + else { headers.push_back(m->currentSharedBinLabels[i]); } } }