X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.cpp;h=9d7f5c8e27fb95ba9cd404e484ef96f20ddc8594;hb=ec453945974b5c72af0bea042e3517312566d592;hp=5ea5158bf2e3b00456fe1b752a7623a8875bdae6;hpb=ee27b6e01a979fdf832668eb87412b029f77e4d7;p=mothur.git diff --git a/helpcommand.cpp b/helpcommand.cpp index 5ea5158..9d7f5c8 100644 --- a/helpcommand.cpp +++ b/helpcommand.cpp @@ -70,17 +70,17 @@ int HelpCommand::execute(){ cout << "The deconvolute command parameter is fasta and it is required." << "\n"; cout << "The deconvolute command should be in the following format: " << "\n"; cout << "deconvolute(fasta=yourFastaFile) " << "\n"; - }else if (globaldata->helpRequest == "distance") { - cout << "The distance command reads a file containing sequences and creates a distance file." << "\n"; - cout << "The distance command parameters are fasta, phylip, clustal, nexus, calc, ends, cutoff and processors. " << "\n"; + }else if (globaldata->helpRequest == "dist.seq") { + cout << "The dist.seq command reads a file containing sequences and creates a distance file." << "\n"; + cout << "The dist.seq command parameters are fasta, phylip, clustal, nexus, calc, ends, cutoff and processors. " << "\n"; cout << "You must use one of the following parameters for your filename: fasta, phylip, clustal or nexus. " << "\n"; cout << "The calc parameter allows you to specify the method of calculating the distances. Your options are: nogaps, onegap or eachgap. The default is onegap." << "\n"; cout << "The ends parameter allows you to specify whether to include terminal gaps in distance. Your options are: T or F. The default is T." << "\n"; cout << "The cutoff parameter allows you to specify maximum distance to keep. The default is 1.0." << "\n"; cout << "The processors parameter allows you to specify number of processors to use. The default is 1, but you can use up to 4 processors." << "\n"; - cout << "The distance command should be in the following format: " << "\n"; - cout << "distance(fasta=yourFastaFile, calc=yourCalc, ends=yourEnds, cutoff= yourCutOff, processors=yourProcessors) " << "\n"; - cout << "Example distance(fasta=amazon.fasta, calc=eachgap, ends=F, cutoff= 2.0, processors=3)." << "\n"; + cout << "The dist.seq command should be in the following format: " << "\n"; + cout << "dist.seq(fasta=yourFastaFile, calc=yourCalc, ends=yourEnds, cutoff= yourCutOff, processors=yourProcessors) " << "\n"; + cout << "Example dist.seq(fasta=amazon.fasta, calc=eachgap, ends=F, cutoff= 2.0, processors=3)." << "\n"; cout << "Note: No spaces between parameter labels (i.e. calc), '=' and parameters (i.e.yourCalc)." << "\n" << "\n"; }else if (globaldata->helpRequest == "collect.single") { cout << "The collect.single command can only be executed after a successful read.otu command. WITH ONE EXECEPTION. " << "\n";