]> git.donarmstrong.com Git - mothur.git/blobdiff - mothur.cpp
fixed sub.sample so that it will eliminate samples with abundances that are less...
[mothur.git] / mothur.cpp
index 18d8d437c619a1a38386d21dc511de75db73e946..74e7e731cc391441280d202bb6913019e0fd0538 100644 (file)
@@ -14,7 +14,6 @@
 
 /**************************************************************************************************/
 
-GlobalData* GlobalData::_uniqueInstance = 0;
 CommandFactory* CommandFactory::_uniqueInstance = 0;
 MothurOut* MothurOut::_uniqueInstance = 0;
 
@@ -35,8 +34,7 @@ void ctrlc_handler ( int sig ) {
 /***********************************************************************/
 int main(int argc, char *argv[]){
        MothurOut* m = MothurOut::getInstance();
-       try {
-               
+       try {   
                signal(SIGINT, ctrlc_handler );
                                
                time_t ltime = time(NULL); /* calendar time */  
@@ -150,7 +148,7 @@ int main(int argc, char *argv[]){
                Engine* mothur;
                bool bail = 0;
                string input;
-
                if(argc>1){
                        input = argv[1];