]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
fixed some bugs
[mothur.git] / seqsummarycommand.cpp
index 24ef1d12e08262a335f7c29104120f7cddc81e1b..3259931a1fe04dfeaca2c6d981af48018e9f377d 100644 (file)
@@ -139,6 +139,7 @@ int SeqSummaryCommand::execute(){
                cout << "Maximum:\t" << startPosition[ptile100] << '\t' << endPosition[ptile100] << '\t' << seqLength[ptile100] << '\t' << ambigBases[ptile100] << '\t' << longHomoPolymer[ptile100] << endl;
                cout << "# of Seqs:\t" << numSeqs << endl;
                
+               outSummary.close();
                return 0;
        }
        catch(exception& e) {