X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=chimeraccodecommand.cpp;fp=chimeraccodecommand.cpp;h=2586e2801d5071944b6acfa36cac330a9d26694e;hb=1d898dc6edaf9e9f287fab53bf1f21fb29757a17;hp=0b6117a98efba24d95da9df73aa15062141a8cad;hpb=c7f5a50aec1ec4b420b286d6ccf980d2a847d494;p=mothur.git diff --git a/chimeraccodecommand.cpp b/chimeraccodecommand.cpp index 0b6117a..2586e28 100644 --- a/chimeraccodecommand.cpp +++ b/chimeraccodecommand.cpp @@ -52,7 +52,7 @@ string ChimeraCcodeCommand::getHelpString(){ helpString += "The chimera.ccode command should be in the following format: \n"; helpString += "chimera.ccode(fasta=yourFastaFile, reference=yourTemplate) \n"; helpString += "Example: chimera.ccode(fasta=AD.align, reference=core_set_aligned.imputed.fasta) \n"; - helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n\n"; + helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n"; return helpString; } catch(exception& e) { @@ -287,7 +287,7 @@ int ChimeraCcodeCommand::execute(){ if (m->control_pressed) { MPI_File_close(&inMPI); MPI_File_close(&outMPI); MPI_File_close(&outMPIAccnos); for (int j = 0; j < outputNames.size(); j++) { remove(outputNames[j].c_str()); } outputTypes.clear(); delete chimera; return 0; } if (pid == 0) { //you are the root process - string outTemp = "For full window mapping info refer to " + mapInfo + "\n\n"; + string outTemp = "For full window mapping info refer to " + mapInfo + "\n"; //print header int length = outTemp.length();