X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chopseqscommand.cpp;h=47f151de14c5e1494485b7eebc445125f74a4d30;hb=86b6cc7ce1ec7fce12cdfdd6225de4dee7cfbdbf;hp=9020d2b4763515e1b6e1ead544247e676b043f41;hpb=0d714b1c40488d4c2f3a61a5ef861f21522d48b4;p=mothur.git diff --git a/chopseqscommand.cpp b/chopseqscommand.cpp index 9020d2b..47f151d 100644 --- a/chopseqscommand.cpp +++ b/chopseqscommand.cpp @@ -77,7 +77,7 @@ ChopSeqsCommand::ChopSeqsCommand(string option) { void ChopSeqsCommand::help(){ try { - m->mothurOut("The chop.seqs command reads a fasta file and outputs a .chop.fasta with sequences trimmed to the end position.\n"); + m->mothurOut("The chop.seqs command reads a fasta file and outputs a .chop.fasta containing the trimmed sequences.\n"); m->mothurOut("The chop.seqs command parameters are fasta, end and fromend, fasta is required.\n"); m->mothurOut("The chop.seqs command should be in the following format: chop.seqs(fasta=yourFasta, end=yourEnd).\n"); m->mothurOut("The end parameter allows you to specify an end base position for your sequences, default = 0.\n");