]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayercommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / chimeraslayercommand.cpp
index 1556cb2272c3ad3301dbbc283c04fd4c5873023c..15bf954f301b3585cbb595f28832d316842b199e 100644 (file)
@@ -84,7 +84,7 @@ string ChimeraSlayerCommand::getHelpString(){
                helpString += "The chimera.slayer command should be in the following format: \n";
                helpString += "chimera.slayer(fasta=yourFastaFile, reference=yourTemplate, search=yourSearch) \n";
                helpString += "Example: chimera.slayer(fasta=AD.align, reference=core_set_aligned.imputed.fasta, search=kmer) \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) {