X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=renameseqscommand.cpp;h=27999d074c103144ae9fcf240e393d17c29285f7;hp=449454b1e932eb3c0f23f543bc6bd6c07b01f7ae;hb=cf9987b67aa49777a4c91c2d21f96e58bf17aa82;hpb=372fb21ea66ced432b109225851a1b80ef0491a3 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);