]> git.donarmstrong.com Git - mothur.git/blobdiff - getoturepcommand.cpp
1.19.0
[mothur.git] / getoturepcommand.cpp
index 342190db9a8f178aca59dfd94e7918fcd6e527c9..06a633e446d907cb7e6a5a5caa615e901a8c37c7 100644 (file)
@@ -645,7 +645,7 @@ string GetOTURepCommand::findRep(vector<string> names) {
        try{
                // if only 1 sequence in bin or processing the "unique" label, then 
                // the first sequence of the OTU is the representative one
-               if ((names.size() == 1) || (list->getLabel() == "unique")) {
+               if ((names.size() == 1)) {
                        return names[0];
                }else{
                        vector<int> seqIndex(names.size());