From: pschloss Date: Tue, 14 Jun 2011 17:51:02 +0000 (+0000) Subject: small change to shhh.seqs X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=3faf1dbcf0c09b07d69bd8541240c43b42bbb2d2 small change to shhh.seqs --- diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 469bd4d..a6fee2a 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -168,11 +168,11 @@ ShhherCommand::ShhherCommand(string option) { ofstream temp; //flow.files = 9 character offset - compositeFASTAFileName = flowFilesFileName.substr(0, flowFilesFileName.length()-9) + "shhh.fasta"; + compositeFASTAFileName = flowFilesFileName.substr(0, flowFilesFileName.length()-10) + "shhh.fasta"; m->openOutputFile(compositeFASTAFileName, temp); temp.close(); - compositeNamesFileName = flowFilesFileName.substr(0, flowFilesFileName.length()-9) + "shhh.names"; + compositeNamesFileName = flowFilesFileName.substr(0, flowFilesFileName.length()-10) + "shhh.names"; m->openOutputFile(compositeNamesFileName, temp); temp.close(); }