]> git.donarmstrong.com Git - mothur.git/blobdiff - chimerabellerophoncommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / chimerabellerophoncommand.cpp
index cc0aa43ceb4f6c6305ebef2e1850c2dfa23a1fc4..db0a04cec1903f244186dcaafb3e28524b3178f5 100644 (file)
@@ -48,7 +48,7 @@ string ChimeraBellerophonCommand::getHelpString(){
                helpString += "The increment parameter allows you to specify how far you move each window while finding chimeric sequences, default is 25.\n";
                helpString += "chimera.bellerophon(fasta=yourFastaFile, filter=yourFilter, correction=yourCorrection, processors=yourProcessors) \n";
                helpString += "Example: chimera.bellerophon(fasta=AD.align, filter=True, correction=true, window=200) \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) {