]> git.donarmstrong.com Git - mothur.git/blobdiff - blastdb.cpp
added getCommandInfoCommand for gui
[mothur.git] / blastdb.cpp
index 776955588abb474ae8f1123f4cb93ad8bbb73883..6cfa3c685767457e6b9e9e10400ca1806929574c 100644 (file)
@@ -150,7 +150,7 @@ vector<int> BlastDB::findClosestMegaBlast(Sequence* seq, int n) {
                m8FileHandle.close();
                remove((queryFileName+seq->getName()).c_str());
                remove((blastFileName+seq->getName()).c_str());
-//cout << "\n\n" ;             
+//cout << "\n" ;               
                return topMatches;
        }
        catch(exception& e) {