]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
added chimera.uchime
[mothur.git] / seqsummarycommand.cpp
index 1ca79b1b7c738f10f8a23b1d2fe7ca353e0dcd09..620de95c333cdee1360157f7aa7068f3ce1f1f62 100644 (file)
@@ -15,6 +15,7 @@ vector<string> SeqSummaryCommand::setParameters(){
        try {
                CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none",false,true); parameters.push_back(pfasta);
                CommandParameter pname("name", "InputTypes", "", "", "none", "none", "none",false,false); parameters.push_back(pname);
+               CommandParameter pprocessors("processors", "Number", "", "1", "", "", "",false,false); parameters.push_back(pprocessors);
                CommandParameter pinputdir("inputdir", "String", "", "", "", "", "",false,false); parameters.push_back(pinputdir);
                CommandParameter poutputdir("outputdir", "String", "", "", "", "", "",false,false); parameters.push_back(poutputdir);