From 3faf1dbcf0c09b07d69bd8541240c43b42bbb2d2 Mon Sep 17 00:00:00 2001 From: pschloss Date: Tue, 14 Jun 2011 17:51:02 +0000 Subject: [PATCH] small change to shhh.seqs --- shhhercommand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.39.2