X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=binsequencecommand.cpp;h=34965f624cc789e830783302f4ccd36993e28ea4;hb=0d4b21e5ccc56276b0c18d17d8e75d94ce1df4e7;hp=d1764acec4602f5d90783f7a0abf35195b63149d;hpb=ca9ac1d80c62f57270b0dcd49410ebe08a8aecd6;p=mothur.git diff --git a/binsequencecommand.cpp b/binsequencecommand.cpp index d1764ac..34965f6 100644 --- a/binsequencecommand.cpp +++ b/binsequencecommand.cpp @@ -41,7 +41,7 @@ string BinSeqCommand::getHelpString(){ helpString += "The default value for label is all lines in your inputfile.\n"; helpString += "The bin.seqs command outputs a .fasta file for each distance you specify appending the OTU number to each name.\n"; helpString += "If you provide a groupfile, then it also appends the sequences group to the name.\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) { @@ -281,10 +281,6 @@ int BinSeqCommand::execute(){ if(m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { remove(outputNames[i].c_str()); } return 0; } - delete input; - delete fasta; - if (groupfile != "") { delete groupMap; } - m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); }