X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=renameseqscommand.cpp;h=27999d074c103144ae9fcf240e393d17c29285f7;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=449454b1e932eb3c0f23f543bc6bd6c07b01f7ae;hpb=372fb21ea66ced432b109225851a1b80ef0491a3;p=mothur.git diff --git a/renameseqscommand.cpp b/renameseqscommand.cpp index 449454b..27999d0 100644 --- a/renameseqscommand.cpp +++ b/renameseqscommand.cpp @@ -15,7 +15,7 @@ vector RenameSeqsCommand::setParameters(){ try { CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none","fasta",false,true,true); parameters.push_back(pfasta); CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "none","name",false,false,true); parameters.push_back(pname); - CommandParameter pgroup("group", "InputTypes", "", "", "CountGroup", "none", "none","group",false,false,true); parameters.push_back(pgroup); + CommandParameter pgroup("group", "InputTypes", "", "", "CountGroup", "none", "none","group",false,true,true); parameters.push_back(pgroup); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir);