]> git.donarmstrong.com Git - mothur.git/blobdiff - pipelinepdscommand.cpp
added count file to get.oturep, pre.cluster, screen.seqs, tree.shared. made remove...
[mothur.git] / pipelinepdscommand.cpp
index 7a9d53089cd1b59b7fd278936c28e3f231bea005..968ba4f66a9d233a14e5f579e9563ac4d9bbd706 100644 (file)
@@ -180,7 +180,7 @@ PipelineCommand::PipelineCommand(string option) {
                        
                        string temp = validParameter.validFile(parameters, "processors", false);        if (temp == "not found"){       temp = m->getProcessors();      }
                        m->setProcessors(temp);
-                       convert(temp, processors);
+                       m->mothurConvert(temp, processors);
                        
                        if (pipeFilename != "") {
                                abort = readUsersPipeline();
@@ -188,6 +188,7 @@ PipelineCommand::PipelineCommand(string option) {
                                sffFile = validParameter.validFile(parameters, "sff", true);
                                if (sffFile == "not found") { m->mothurOut("sff is a required parameter for the pipeline command."); m->mothurOutEndLine(); abort = true;  }
                                else if (sffFile == "not open") { sffFile = ""; abort = true; }
+                               else { m->setSFFFile(sffFile); }
                                        
                                oligosFile = validParameter.validFile(parameters, "oligos", true);
                                if (oligosFile == "not found") { m->mothurOut("oligos is a required parameter for the pipeline command."); m->mothurOutEndLine(); abort = true;  }