]> git.donarmstrong.com Git - mothur.git/commitdiff
small change to shhh.seqs
authorpschloss <pschloss>
Tue, 14 Jun 2011 17:51:02 +0000 (17:51 +0000)
committerpschloss <pschloss>
Tue, 14 Jun 2011 17:51:02 +0000 (17:51 +0000)
shhhercommand.cpp

index 469bd4d455a1d658a4ef3fe7ce69af86403a9e02..a6fee2a3201bde30698cb145d9d92729c2cbdd74 100644 (file)
@@ -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();
                        }