]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeracheckcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / chimeracheckcommand.cpp
index 5a72afd054dd68eb4112bfa5f1cc6db52e992beb..067babdc82207025b7647b5d552c5e3706f8b5d1 100644 (file)
@@ -53,7 +53,7 @@ string ChimeraCheckCommand::getHelpString(){
                helpString += "The chimera.check command should be in the following format: \n";
                helpString += "chimera.check(fasta=yourFastaFile, reference=yourTemplateFile, processors=yourProcessors, ksize=yourKmerSize) \n";
                helpString += "Example: chimera.check(fasta=AD.fasta, reference=core_set_aligned,imputed.fasta, processors=4, ksize=8) \n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n";     
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n";       
                return helpString;
        }
        catch(exception& e) {