]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraccodecommand.cpp
working on pam
[mothur.git] / chimeraccodecommand.cpp
index 627f3a950f69bec32971b65b96d7eba89942558a..d890db4087813cc3c4c4e453b55013fa555e7689 100644 (file)
@@ -38,7 +38,7 @@ string ChimeraCcodeCommand::getHelpString(){
        try {
                string helpString = "";
                helpString += "The chimera.ccode command reads a fastafile and referencefile and outputs potentially chimeric sequences.\n";
-               helpString += "This command was created using the algorythms described in the 'Evaluating putative chimeric sequences from PCR-amplified products' paper by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez.\n";
+               helpString += "This command was created using the algorithms described in the 'Evaluating putative chimeric sequences from PCR-amplified products' paper by Juan M. Gonzalez, Johannes Zimmerman and Cesareo Saiz-Jimenez.\n";
                helpString += "The chimera.ccode command parameters are fasta, reference, filter, mask, processors, window and numwanted.\n";
                helpString += "The fasta parameter allows you to enter the fasta file containing your potentially chimeric sequences, and is required unless you have a valid current fasta file. \n";
                helpString += "You may enter multiple fasta files by separating their names with dashes. ie. fasta=abrecovery.fasta-amzon.fasta \n";