X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=seqsummarycommand.cpp;h=620de95c333cdee1360157f7aa7068f3ce1f1f62;hb=a150db3c2bfd7b76420048a1e94ebe397f2c6045;hp=1ca79b1b7c738f10f8a23b1d2fe7ca353e0dcd09;hpb=81a56b9cea37749c5d4a7646a8d6148a4703bfc3;p=mothur.git diff --git a/seqsummarycommand.cpp b/seqsummarycommand.cpp index 1ca79b1..620de95 100644 --- a/seqsummarycommand.cpp +++ b/seqsummarycommand.cpp @@ -15,6 +15,7 @@ vector 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);