]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
fixed memory leak in parsimony calculator and added progress bars to parsimony and...
[mothur.git] / deconvolutecommand.cpp
index cf28221b7c61576954a73643d039f3055002a853..36cc7766f03097235fa274f12330611d616cdacb 100644 (file)
@@ -32,7 +32,7 @@ int DeconvoluteCommand::execute() {
                //print out new names file 
                //file contains 2 columns separated by tabs.  the first column is the groupname(name of first sequence found.
                //the second column is the list of names of identical sequences separated by ','.
-               fastamap->print(out);
+               fastamap->printNamesFile(out);
                fastamap->printCondensedFasta(outFasta);
        
                return 0;