]> git.donarmstrong.com Git - mothur.git/blobdiff - seqsummarycommand.cpp
fixed bug with shhh.flow from file path name in write functions, added "smart" featur...
[mothur.git] / seqsummarycommand.cpp
index 93950d1f6222c10af735808d87130213b6664017..e8f73ca10875f8321f624adfb62ee02f7baf2770 100644 (file)
@@ -132,8 +132,12 @@ SeqSummaryCommand::SeqSummaryCommand(string option)  {
                        string temp = validParameter.validFile(parameters, "processors", false);        if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
                        m->mothurConvert(temp, processors);
-
-
+                       
+                       if (namefile == "") {
+                               vector<string> files; files.push_back(fastafile);
+                               parser.getNameFile(files);
+                       }
+                       
                }
        }
        catch(exception& e) {