]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraperseuscommand.cpp
finished dereplicate changes to chimera commands. added taxonomy file to subsample...
[mothur.git] / chimeraperseuscommand.cpp
index 1835862f6b970ffdf7469002866f33a6682257ad..842a65ee22fd54c730143cbed94f91688dba8006 100644 (file)
@@ -649,6 +649,11 @@ int ChimeraPerseusCommand::execute(){
                if (itTypes != outputTypes.end()) {
                        if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setAccnosFile(current); }
                }
+        
+        itTypes = outputTypes.find("count");
+               if (itTypes != outputTypes.end()) {
+                       if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); }
+               }
                
                m->mothurOutEndLine();
                m->mothurOut("Output File Names: "); m->mothurOutEndLine();