X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=deconvolutecommand.cpp;h=cf28221b7c61576954a73643d039f3055002a853;hb=310c5a316ea91da78ad8ead12802f3c02ba5704d;hp=966fee03f90bf4fb87d39efdedf0189cc18f10be;hpb=503b23b959230453d95dc812fbbe088b3be6910c;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);