X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clustersplitcommand.cpp;h=050a615253767622c04ac26ff1b747d1e50eed28;hb=7bf581f8c46b08eb3bb40715dac94695edee4a67;hp=fb1a7029636d3ee2e28045c8d1b233bec7c8a889;hpb=2bf3df7736ef2a17286d99394e211f51751d6829;p=mothur.git diff --git a/clustersplitcommand.cpp b/clustersplitcommand.cpp index fb1a702..050a615 100644 --- a/clustersplitcommand.cpp +++ b/clustersplitcommand.cpp @@ -195,7 +195,7 @@ void ClusterSplitCommand::help(){ m->mothurOut("The cluster.split command can split your files in 3 ways. Splitting by distance file, by classification, or by classification also using a fasta file. \n"); m->mothurOut("For the distance file method, you need only provide your distance file and mothur will split the file into distinct groups. \n"); m->mothurOut("For the classification method, you need to provide your distance file and taxonomy file, and set the splitmethod to classify. \n"); - m->mothurOut("You will also need to set the taxlevel you want to split by. mothur will split the sequence into distinct taxonomy groups, and split the distance file based on those groups. \n"); + m->mothurOut("You will also need to set the taxlevel you want to split by. mothur will split the sequences into distinct taxonomy groups, and split the distance file based on those groups. \n"); m->mothurOut("For the classification method using a fasta file, you need to provide your fasta file, names file and taxonomy file. \n"); m->mothurOut("You will also need to set the taxlevel you want to split by. mothur will split the sequence into distinct taxonomy groups, and create distance files for each grouping. \n"); m->mothurOut("The phylip and column parameter allow you to enter your distance file. \n");