]> git.donarmstrong.com Git - mothur.git/blobdiff - optionparser.cpp
made make.table alias to count.seqs command. added large parameter to count.seqs...
[mothur.git] / optionparser.cpp
index 2d13cd0cc5d2e1706d424c92440cd97c426b8fa8..e3850e52c56f629a6e5395203f31cc1299a6193b 100644 (file)
@@ -124,6 +124,8 @@ map<string, string> OptionParser::getParameters() {
                         it->second = m->getTaxonomyFile();
                     }else if (it->first == "biom") {
                         it->second = m->getBiomFile();
+                    }else if (it->first == "counttable") {
+                            it->second = m->getCountTableFile();
                     }else {
                         m->mothurOut("[ERROR]: mothur does not save a current file for " + it->first); m->mothurOutEndLine();
                     }