From 310c5a316ea91da78ad8ead12802f3c02ba5704d Mon Sep 17 00:00:00 2001 From: pschloss Date: Mon, 9 Mar 2009 19:07:02 +0000 Subject: [PATCH] changed the ending of the unique fasta sequence file generated by deconvolute --- deconvolutecommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deconvolutecommand.cpp b/deconvolutecommand.cpp index 966fee0..cf28221 100644 --- a/deconvolutecommand.cpp +++ b/deconvolutecommand.cpp @@ -17,7 +17,7 @@ int DeconvoluteCommand::execute() { //prepare filenames and open files filename = globaldata->getFastaFile(); outputFileName = (getRootName(filename) + "names"); - outFastafile = (getRootName(filename) + "uni_fasta"); + outFastafile = (getRootName(filename) + "unique.fasta"); openInputFile(filename, in); openOutputFile(outputFileName, out); -- 2.39.2