]> git.donarmstrong.com Git - mothur.git/blobdiff - screenseqscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / screenseqscommand.cpp
index 7a6ea3a5f5cc8f0906c8e49c39d05d1d689f7e51..0b7f3f09abbd26026de0cb2602d08d0a0e4fa514 100644 (file)
@@ -59,7 +59,7 @@ string ScreenSeqsCommand::getHelpString(){
                helpString += "screen.seqs(fasta=yourFastaFile, name=youNameFile, group=yourGroupFIle, start=yourStart, end=yourEnd, maxambig=yourMaxambig,  \n";
                helpString += "maxhomop=yourMaxhomop, minlength=youMinlength, maxlength=yourMaxlength)  \n";    
                helpString += "Example screen.seqs(fasta=abrecovery.fasta, name=abrecovery.names, group=abrecovery.groups, start=..., end=..., maxambig=..., maxhomop=..., minlength=..., maxlength=...).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n";
                return helpString;
        }
        catch(exception& e) {