X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=deconvolutecommand.cpp;h=cf28221b7c61576954a73643d039f3055002a853;hb=29351fe29c017d2225366418973ed0e000ce5293;hp=966fee03f90bf4fb87d39efdedf0189cc18f10be;hpb=16bea3130e36addc54e2116dfbcd02d706ebee45;p=mothur.git 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);