]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
1.10.0
[mothur.git] / seqsummarycommand.cpp
index f630052dd58878cf75b80226b4fa2e0d118fed62..f551eddacd00dade4aff87526f0b5aca59ad2b58 100644 (file)
@@ -250,7 +250,7 @@ int SeqSummaryCommand::execute(){
                                if (m->control_pressed) {  return 0; }
                #else
                                ifstream inFASTA;
-                               openInputFile(fastafileNames[s], inFASTA);
+                               openInputFile(fastafile, inFASTA);
                                numSeqs=count(istreambuf_iterator<char>(inFASTA),istreambuf_iterator<char>(), '>');
                                inFASTA.close();