]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
added chimera.uchime
[mothur.git] / seqsummarycommand.cpp
index 2f3638d2ae8bfc9f051c60520c3bf9429afc9a45..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);
                
@@ -66,6 +67,7 @@ SeqSummaryCommand::SeqSummaryCommand(string option)  {
                
                //allow user to run help
                if(option == "help") { help(); abort = true; calledHelp = true; }
+               else if(option == "citation") { citation(); abort = true; calledHelp = true;}
                
                else {
                        vector<string> myArray = setParameters();