X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=pcoacommand.cpp;h=607256bc108d33f1b1b869bd3250c49900f385c6;hp=6ebf6536e70042941fe4d4ec401f7035949da66c;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494 diff --git a/pcoacommand.cpp b/pcoacommand.cpp index 6ebf653..607256b 100644 --- a/pcoacommand.cpp +++ b/pcoacommand.cpp @@ -37,7 +37,7 @@ string PCOACommand::getHelpString(){ helpString += "The phylip parameter allows you to enter your distance file."; helpString += "The metric parameter allows indicate you if would like the pearson correlation coefficient calculated. Default=True"; helpString += "Example pcoa(phylip=yourDistanceFile).\n"; - helpString += "Note: No spaces between parameter labels (i.e. phylip), '=' and parameters (i.e.yourDistanceFile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. phylip), '=' and parameters (i.e.yourDistanceFile).\n"; return helpString; } catch(exception& e) { @@ -157,7 +157,7 @@ int PCOACommand::execute(){ vector > G = D; //vector > copy_G; - m->mothurOut("\nProcessing...\n\n"); + m->mothurOut("\nProcessing...\n"); for(int count=0;count<2;count++){ linearCalc.recenter(offset, D, G); if (m->control_pressed) { return 0; }