]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.cpp
fixed some bugs
[mothur.git] / deconvolutecommand.cpp
index 36cc7766f03097235fa274f12330611d616cdacb..51362e55a0780ced0cfc9833a51ed8d71870edf2 100644 (file)
@@ -34,6 +34,9 @@ int DeconvoluteCommand::execute() {
                //the second column is the list of names of identical sequences separated by ','.
                fastamap->printNamesFile(out);
                fastamap->printCondensedFasta(outFasta);
+               
+               out.close();
+               outFasta.close();
        
                return 0;
        }