]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
changed the ending of the unique fasta sequence file generated by deconvolute
[mothur.git] / 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);