Permalink
Browse files

Clarify seq.error output

  • Loading branch information...
1 parent 67b1fa5 commit 07baceceacf81d0f97f1ac3d127ae1695c0bf728 @mothur-westcott mothur-westcott committed Jul 12, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 source/commands/seqerrorcommand.cpp
@@ -362,6 +362,7 @@ int SeqErrorCommand::execute(){
ofstream errorCountFile;
m->openOutputFile(errorCountFileName, errorCountFile);
outputNames.push_back(errorCountFileName); outputTypes["errorcount"].push_back(errorCountFileName);
+ m->mothurOut("\nMultiply error rate by 100 to obtain the percent sequencing errors.\n");
m->mothurOut("Overall error rate:\t" + toString((double)(totalBases - totalMatches) / (double)totalBases) + "\n");
m->mothurOut("Errors\tSequences\n");
errorCountFile << "Errors\tSequences\n";

0 comments on commit 07bacec

Please sign in to comment.