From: pschloss Date: Mon, 9 Mar 2009 19:07:02 +0000 (+0000) Subject: changed the ending of the unique fasta sequence file generated by deconvolute X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=commitdiff_plain;h=310c5a316ea91da78ad8ead12802f3c02ba5704d changed the ending of the unique fasta sequence file generated by deconvolute --- 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);