]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.cpp
removed readseqs, readfasta, readnexus, readclustal, readseqsphylip and updated seque...
[mothur.git] / aligncommand.cpp
index 08c291d2bd28e1f74efdb0562c2c1ccc329d9a25..33c06d4e7fcf9ef6537c29c9e4666581ea5bf96a 100644 (file)
@@ -41,7 +41,7 @@
 AlignCommand::AlignCommand(){
        try {
                globaldata = GlobalData::getInstance();
-               if(globaldata->getFastaFile() == "" && globaldata->getPhylipFile() == "" && globaldata->getNexusFile() == "" && globaldata->getClustalFile() == ""){
+               if(globaldata->getFastaFile() == ""){
                        cout << "you forgot a template file" << endl;
                }
                openInputFile(globaldata->getCandidateFile(), in);