X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeracheckcommand.cpp;fp=chimeracheckcommand.cpp;h=067babdc82207025b7647b5d552c5e3706f8b5d1;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=5a72afd054dd68eb4112bfa5f1cc6db52e992beb;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/chimeracheckcommand.cpp b/chimeracheckcommand.cpp index 5a72afd..067babd 100644 --- a/chimeracheckcommand.cpp +++ b/chimeracheckcommand.cpp @@ -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) {