]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
sffinfo bug with flow grams right index when clipQualRight=0
[mothur.git] / mgclustercommand.cpp
index 0a2f91f4d08241547b2e4653a3d09841486dc42c..24c4f27777d21ed88b6f3b41411394502802404e 100644 (file)
@@ -271,10 +271,10 @@ int MGClusterCommand::execute(){
                
         map<string, string> variables; 
         variables["[filename]"] = fileroot;
-        if (countfile != "") { variables["[tag2]"] = "unique_list"; }
         variables["[clustertag]"] = tag;
         string sabundFileName = getOutputFileName("sabund", variables);
         string rabundFileName = getOutputFileName("rabund", variables);
+        if (countfile != "") { variables["[tag2]"] = "unique_list"; }
         string listFileName = getOutputFileName("list", variables);
         
         if (countfile == "") {