]> git.donarmstrong.com Git - mothur.git/blobdiff - getseqscommand.cpp
*** empty log message ***
[mothur.git] / getseqscommand.cpp
index a191515cb601408b2c7d884b895f7e14d668d798..9f2b5060fcaa715f9a2fd3fc484ba585d6322da9 100644 (file)
@@ -188,8 +188,6 @@ GetSeqsCommand::GetSeqsCommand(string option)  {
                        if (accnosfile == "not open") { abort = true; }
                        else if (accnosfile == "not found") {  accnosfile = "";  m->mothurOut("You must provide an accnos file."); m->mothurOutEndLine(); abort = true; }       
                        
-                       accnosfile2 = validParameter.validFile(parameters, "accnos2", true);
-                       if (accnosfile2 == "not open") { abort = true; }
                        if (accnosfile2 == "not found") { accnosfile2 = ""; }
                        
                        fastafile = validParameter.validFile(parameters, "fasta", true);