]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
working on current change
[mothur.git] / clusterfragmentscommand.cpp
index 2e37e7caedc35b67609e7c27e263261abd6f88f9..71ce5eed4e6e21c63210be0e34eb9a6f72dac59b 100644 (file)
@@ -138,6 +138,7 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(string option) {
                                else {  m->mothurOut("You have no current fastafile and the fasta parameter is required."); m->mothurOutEndLine(); abort = true; }
                        }
                        else if (fastafile == "not open") { fastafile = ""; abort = true; }     
+                       else { m->setFastaFile(fastafile); }
                        
                        //if the user changes the output directory command factory will send this info to us in the output parameter 
                        outputDir = validParameter.validFile(parameters, "outputdir", false);           if (outputDir == "not found"){  outputDir = m->hasPath(fastafile);      }
@@ -147,7 +148,7 @@ ClusterFragmentsCommand::ClusterFragmentsCommand(string option) {
                        namefile = validParameter.validFile(parameters, "name", true);
                        if (namefile == "not found") { namefile =  "";  }
                        else if (namefile == "not open") { abort = true; }      
-                       else {  readNameFile();  }
+                       else {  readNameFile(); m->setNameFile(namefile); }
                        
                        string temp;
                        temp = validParameter.validFile(parameters, "diffs", false);            if (temp == "not found"){       temp = "0";                             }