X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=optionparser.cpp;h=262ac88286b0639ace8cb3bff4fe10a091ec4748;hp=e3850e52c56f629a6e5395203f31cc1299a6193b;hb=70491a12902e89b85cfa6b44a7b7fbe066ee2ac1;hpb=2ecee16fec29d4c525f740ec19b27962ca09c050 diff --git a/optionparser.cpp b/optionparser.cpp index e3850e5..262ac88 100644 --- a/optionparser.cpp +++ b/optionparser.cpp @@ -116,6 +116,8 @@ map OptionParser::getParameters() { it->second = m->getDesignFile(); }else if (it->first == "sff") { it->second = m->getSFFFile(); + }else if (it->first == "flow") { + it->second = m->getFlowFile(); }else if (it->first == "oligos") { it->second = m->getOligosFile(); }else if (it->first == "accnos") { @@ -124,8 +126,10 @@ map OptionParser::getParameters() { it->second = m->getTaxonomyFile(); }else if (it->first == "biom") { it->second = m->getBiomFile(); - }else if (it->first == "counttable") { + }else if (it->first == "count") { it->second = m->getCountTableFile(); + }else if (it->first == "summary") { + it->second = m->getSummaryFile(); }else { m->mothurOut("[ERROR]: mothur does not save a current file for " + it->first); m->mothurOutEndLine(); }