From 5604227332777694ac486dfbdf278b97e205c2ff Mon Sep 17 00:00:00 2001 From: westcott Date: Wed, 27 Oct 2010 15:55:49 +0000 Subject: [PATCH] fixing helps --- Mothur.xcodeproj/project.pbxproj | 1 + summarysharedcommand.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj index a677e4c..4a328a3 100644 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -1112,6 +1112,7 @@ }; buildConfigurationList = 1DEB919308733D9F0010E9CD /* Build configuration list for PBXProject "Mothur" */; compatibilityVersion = "Xcode 3.0"; + developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index 5df448f..32a9f7c 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -229,13 +229,14 @@ SummarySharedCommand::SummarySharedCommand(string option) { void SummarySharedCommand::help(){ try { m->mothurOut("The summary.shared command can only be executed after a successful read.otu command.\n"); - m->mothurOut("The summary.shared command parameters are label, calc and all. No parameters are required.\n"); + m->mothurOut("The summary.shared command parameters are label, calc, distance and all. No parameters are required.\n"); m->mothurOut("The summary.shared command should be in the following format: \n"); m->mothurOut("summary.shared(label=yourLabel, calc=yourEstimators, groups=yourGroups).\n"); m->mothurOut("Example summary.shared(label=unique-.01-.03, groups=B-C, calc=sharedchao-sharedace-jabund-sorensonabund-jclass-sorclass-jest-sorest-thetayc-thetan).\n"); validCalculator->printCalc("sharedsummary", cout); m->mothurOut("The default value for calc is sharedsobs-sharedchao-sharedace-jabund-sorensonabund-jclass-sorclass-jest-sorest-thetayc-thetan\n"); m->mothurOut("The default value for groups is all the groups in your groupfile.\n"); + m->mothurOut("The distance parameter allows you to indicate you would like a distance file created for each calculator for each label, default=f.\n"); m->mothurOut("The label parameter is used to analyze specific labels in your input.\n"); m->mothurOut("The all parameter is used to specify if you want the estimate of all your groups together. This estimate can only be made for sharedsobs and sharedchao calculators. The default is false.\n"); m->mothurOut("If you use sharedchao and run into memory issues, set all to false. \n"); -- 2.39.2