]> git.donarmstrong.com Git - mothur.git/commitdiff
changed the ending of the unique fasta sequence file generated by deconvolute
authorpschloss <pschloss>
Mon, 9 Mar 2009 19:07:02 +0000 (19:07 +0000)
committerpschloss <pschloss>
Mon, 9 Mar 2009 19:07:02 +0000 (19:07 +0000)
deconvolutecommand.cpp

index 966fee03f90bf4fb87d39efdedf0189cc18f10be..cf28221b7c61576954a73643d039f3055002a853 100644 (file)
@@ -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);