]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
added dereplicate parameter to chimera.slayer and chimera.persues. added minnumsample...
[mothur.git] / clustersplitcommand.cpp
index ac5e75536fa44ff36341795b3cbecf7226061c6f..6d3c86ff1fa2efb62d46618f372706fd117c002a 100644 (file)
@@ -818,10 +818,10 @@ int ClusterSplitCommand::mergeLists(vector<string> listNames, map<float, int> us
                
         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 == "") {