X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=splitabundcommand.cpp;fp=splitabundcommand.cpp;h=f7490f73b3411e9335ba21fa329e6a9b0fc63c0c;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=810b83915dadb9ed8863340dcfb27ac34e286dd8;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/splitabundcommand.cpp b/splitabundcommand.cpp index 810b839..f7490f7 100644 --- a/splitabundcommand.cpp +++ b/splitabundcommand.cpp @@ -48,7 +48,7 @@ string SplitAbundCommand::getHelpString(){ helpString += "If you want .abund and .rare files for all groups, set groups=all. \n"; helpString += "The split.abund command should be used in the following format: split.abund(fasta=yourFasta, list=yourListFile, group=yourGroupFile, label=yourLabels, cutoff=yourCutoff).\n"; helpString += "Example: split.abund(fasta=abrecovery.fasta, list=abrecovery.fn.list, group=abrecovery.groups, label=0.03, cutoff=2).\n"; - helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListfile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListfile).\n"; return helpString; } catch(exception& e) {